Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed Apr 18, 2022
1 parent c673d37 commit 3e16f9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,27 @@ env:

jobs:
run-linting-tests:

runs-on: ubuntu-latest

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

run-unit-tests:

runs-on: ubuntu-latest

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

generate-coverage:

runs-on: ubuntu-latest

needs: build

steps:
Expand All @@ -43,6 +51,8 @@ jobs:

send-coverage-to-coveralls.io:

runs-on: ubuntu-latest

needs: build

steps:
Expand Down

0 comments on commit 3e16f9b

Please sign in to comment.