Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Oct 11, 2023
1 parent ad17367 commit f4837b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ jobs:
- name: Test
run: npm run cover

- name: Coveralls
- if: ${{ matrix.version == 'current' }}
name: Coveralls
uses: coverallsapp/github-action@v2
if: ${{ matrix.version == 'current' }}

- if: ${{ matrix.version == 'current' }}
name: Semantic Release
run: npm run semantic-release

# Cancel running workflows for the same branch when a new one is started.
concurrency:
Expand Down

0 comments on commit f4837b4

Please sign in to comment.