Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
meronz authored Sep 21, 2024
1 parent 68472ce commit f7cdfce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run gen-schemas
- run: npm run pack
- uses: actions/upload-artifact@v4
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: npm run pack
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

0 comments on commit f7cdfce

Please sign in to comment.