Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozr committed Sep 22, 2023
1 parent 80b7414 commit b2ee226
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -8,7 +8,6 @@ on:
pull_request:
branches: [ "master" ]
env:
IS_CI: 1
RUN_INTEGRATION_TESTS: 1

jobs:
Expand All @@ -28,6 +27,13 @@ jobs:
- run: npm ci
- run: npm test

coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls
uses: coverallsapp/github-action@v2

publish-gh:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2ee226

Please sign in to comment.