Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
fix: excludes vendor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett committed Jan 9, 2023
1 parent f7f7d7f commit 1f3051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
TWITTER_TEST_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_TEST_ACCESS_TOKEN_SECRET }}
TWITTER_TEST_CONSUMER_API_KEY: ${{ secrets.TWITTER_TEST_CONSUMER_API_KEY }}
TWITTER_TEST_CONSUMER_SECRET: ${{ secrets.TWITTER_TEST_CONSUMER_SECRET }}
run: npm run test
run: npm run test-exclude-vendors
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release
Expand Down

0 comments on commit 1f3051a

Please sign in to comment.