Skip to content

Commit

Permalink
Try not using config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddern committed Jun 25, 2024
1 parent 9b1b958 commit d7c5f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
persist-credentials: false

- name: Run Tests
run: yarn && ALCHEMY_API_KEY=${ALCHEMY_API_KEY} yarn test
run: yarn install --userconfig=/dev/null && ALCHEMY_API_KEY=${ALCHEMY_API_KEY} yarn test

0 comments on commit d7c5f38

Please sign in to comment.