Skip to content

Commit

Permalink
Update GA
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Sep 24, 2021
1 parent 03d295f commit e2717af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
tests:
Tests:
runs-on: ubuntu-latest

strategy:
Expand All @@ -28,12 +28,12 @@ jobs:
- name: "Tests"
run: php vendor/bin/phpunit tests --whitelist src --coverage-clover ./build/logs/clover.xml

finish:
needs: tests
Coveralls:
needs: Tests
runs-on: ubuntu-latest
steps:
- name: "Coveralls"
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

path-to-lcov: ./build/logs/clover.xml

0 comments on commit e2717af

Please sign in to comment.