Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olaviolacerda committed Mar 1, 2024
1 parent 4d291db commit e541fa1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
on: ["push", "pull_request"]

name: Test Coveralls

jobs:
on: ["push", "pull_request"]

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: npm install, make test-coverage
run: |
npm install
npm run test:cov
- name: Install dependencies
run: npm ci

- name: Run coverage
run: npm run test:cov

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.2.3

0 comments on commit e541fa1

Please sign in to comment.