Skip to content

Commit

Permalink
chore: updated coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
azeezat committed Dec 15, 2024
1 parent e39c8be commit 331f7a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: ['push', 'pull_request']
on: ['push', 'pull_request', workflow_dispatch]

name: Test Coveralls

Expand All @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
Expand All @@ -19,5 +19,5 @@ jobs:
npm install
make test-coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.4

0 comments on commit 331f7a2

Please sign in to comment.