Skip to content

Commit

Permalink
remove unit testing from release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cedrikv committed Feb 8, 2024
1 parent abd5f6f commit 5e2f7f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- run: yarn ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GOVFLANDERS_NPM_TOKEN}}
- run: yarn test:unit
- run: yarn build
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5e2f7f1

Please sign in to comment.