Skip to content

Commit

Permalink
CI: More commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tchief committed Nov 28, 2023
1 parent 945de1b commit a101adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI @ develop environment
name: CI@develop

on:
# push:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
--designSystemId="3644"
--tokenFilePath="${{ github.workspace }}/test-resources/figma-tokens/single-file-sync/tokens.json"
--configFilePath="${{ github.workspace }}/test-resources/figma-tokens/single-file-sync/supernova.settings.json"
--environment=development
- name: Build local exporter
run: cd ${{ github.workspace }}/test-resources/exporter && npm i && npm run build
Expand All @@ -57,6 +58,7 @@ jobs:
--exporterDir="${{ github.workspace }}/test-resources/exporter"
--outputDir="${{ github.workspace }}/test-resources/exporter-output"
--allowOverridingOutput
--environment=development
- name: Archive exporter artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI@PROD

on:
# push:
Expand Down

0 comments on commit a101adf

Please sign in to comment.