Skip to content

Commit

Permalink
Try fix artifact build
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo-lumigo committed Jul 3, 2024
1 parent 88ac6b7 commit 77ae54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false # We don't want linting to prevent unit testing
matrix:
npm-task: ['prettier:ci', 'lint', 'test:unit']
npm-task: ['prettier:ci', 'lint', 'test:unit', 'build']
steps:
- uses: actions/checkout@v4
- name: Set up Node
Expand All @@ -22,7 +22,7 @@ jobs:
- run: npm run ${{ matrix.npm-task }}
- name: Upload distro as artifact
uses: actions/upload-artifact@v4
if: ${{ matrix.npm-task == 'test:unit' }}
if: ${{ matrix.npm-task == 'build' }}
with:
name: distro-package
path: distro.tgz
Expand Down

0 comments on commit 77ae54b

Please sign in to comment.