Skip to content

Commit

Permalink
chore: Add NPM_TOKEN to the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 17, 2023
1 parent 6d4307e commit 1bab34d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ jobs:

- name: Test
run: yarn test
# Since we're running the E2E tests in docker, we'll need to reinstall
# the node modules. This is a temporary solution to bridge us between
# non-containerized and containerized development
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1bab34d

Please sign in to comment.