Skip to content

Commit

Permalink
Fix tests in publish action (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz authored Nov 1, 2022
1 parent 3a046b1 commit d6fb52d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn install --network-timeout 1000000 --frozen-lockfile
- run: npm run test
- run: yarn run build-views
- run: yarn test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 comments on commit d6fb52d

Please sign in to comment.