Skip to content

Commit

Permalink
another go at making the yarn install work
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Sep 26, 2024
1 parent cc83d5f commit bfcdb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cmd: install # will run `yarn install` command
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # if needed
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit bfcdb28

Please sign in to comment.