Skip to content

Commit

Permalink
Update coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EzequielDeOliveira committed Apr 9, 2021
1 parent 7d78736 commit 0f545e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1

- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- uses: actions/checkout@v2

- name: npm install, make test-coverage
run: docker-compose run backend_sector bash -c "yarn && yarn jest --coverage --forceExit"
Expand All @@ -23,4 +18,3 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0f545e0

Please sign in to comment.