Skip to content

Commit

Permalink
Merge pull request #102 from JaniAnttonen/development
Browse files Browse the repository at this point in the history
Skip tests in publish action
  • Loading branch information
JaniAnttonen authored Feb 11, 2022
2 parents 716025a + 242cfed commit 6c7b3a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
- name: Test
run: yarn test --ci --coverage
- name: Version
run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
- name: Publish
Expand Down

0 comments on commit 6c7b3a1

Please sign in to comment.