Skip to content

Commit

Permalink
restore ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaMarzano-Eng committed Jul 9, 2021
1 parent 2fe13de commit a91823d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: CI

on: push

"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint-dockerfile:
name: Lint Dockerfile
Expand Down Expand Up @@ -54,7 +58,7 @@ jobs:
matrix:
node-version:
- 12.x
#- 14.x
- 14.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -71,9 +75,6 @@ jobs:
run: |
npm install
npm test
- name: "Stop Services"
run: docker-compose -f ./tests/docker-compose.yml down -v

code-coverage:
name: Coveralls Code Coverage
runs-on: ubuntu-latest
Expand All @@ -98,5 +99,3 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Stop Services"
run: docker-compose -f ./tests/docker-compose.yml down -v

0 comments on commit a91823d

Please sign in to comment.