Skip to content

Commit

Permalink
fix test env
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsunyt committed Dec 7, 2024
1 parent 2192948 commit 18fd8c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
uses: actions/setup-node@v3

- name: Compile
run: yarn && yarn test
run: yarn && yarn test
env:
SCRAPYBARA_API_KEY: ${{ secrets.SCRAPYBARA_API_KEY }}

publish:
needs: [ compile, test ]
Expand All @@ -54,5 +56,4 @@ jobs:
npm publish --access public
fi
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SCRAPYBARA_API_KEY: ${{ secrets.SCRAPYBARA_API_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 18fd8c8

Please sign in to comment.