Skip to content

Commit

Permalink
Fix CI, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuzi committed May 30, 2021
1 parent c8748b2 commit 48c161c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
code-coverage:
name: Code coverage
runs-on: ubuntu-latest
needs: build
needs: test

steps:
- name: Restore cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
files: |
LICENSE.md
# Publishes to NPM
# Publish to NPM
publish:
name: Publishes to NPM
name: Publish to NPM
runs-on: ubuntu-latest
needs: bump

Expand Down

0 comments on commit 48c161c

Please sign in to comment.