Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuch committed Oct 4, 2023
1 parent c2b0c95 commit d164c0c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/not-travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: not-travis
on: ["push", "pull_request"]

name: not-travis

jobs:
prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn

lint:
runs-on: ubuntu-latest
needs: prepare
steps:
- run: ./node_modules/.bin/lerna run lint

test:
runs-on: ubuntu-latest
needs: prepare
Expand All @@ -31,12 +35,13 @@ jobs:
flag-name: $
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: packages/$

finish:
needs: test
if: $
runs-on: ubuntu-latest
steps:
- name: Close parallel Coveralls
- name: Close Coveralls
uses: coverallsapp/github-action@master
with:
parallel-finished: true
Expand Down

0 comments on commit d164c0c

Please sign in to comment.