Skip to content

Commit

Permalink
Skip tests during release
Browse files Browse the repository at this point in the history
  • Loading branch information
parker-codes committed Aug 21, 2024
1 parent 97e7829 commit 7d7d94f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will run tests and then publish the package to NPM when a release is created
# This workflow will build and then publish the package to NPM when a release is created

name: NPM Publish

Expand All @@ -19,9 +19,6 @@ jobs:
node-version: 12.18.0 # LTS
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
env:
CODA_API_TOKEN: ${{secrets.CODA_API_TOKEN}}

npm-publish:
name: npm-publish
Expand Down

0 comments on commit 7d7d94f

Please sign in to comment.