Skip to content

Commit

Permalink
fix: continuous integration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed Apr 18, 2022
1 parent f1cf4e3 commit c673d37
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,24 @@ env:

jobs:
run-linting-tests:
uses: ./.github/workflows/setUp.yml
steps:
- name: Run linting tests
uses: ./.github/workflows/setUp.yml
- run: yarn lint

run-unit-tests:
uses: ./.github/workflows/setUp.yml
steps:
- run: yarn lint
- name: Run unit tests
uses: ./.github/workflows/setUp.yml
- run: yarn test

generate-coverage:

needs: build

uses: ./.github/workflows/setUp.yml
steps:
- name: Generate coverage
uses: ./.github/workflows/setUp.yml
- run: yarn coverage:coveralls

send-coverage-to-coveralls.io:
Expand Down

0 comments on commit c673d37

Please sign in to comment.