Skip to content

Commit

Permalink
Fix: Github Actions: Coverage (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik authored Aug 22, 2023
1 parent 2e6986d commit bd442ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
- cron: "0 8 * * 1"

jobs:
test80:
test82:
name: "Nette Tester"
uses: contributte/.github/.github/workflows/nette-tester-mysql.yml@v1
with:
php: "8.2"
database: tests
coverage: true
makefile: coverage
make: coverage

0 comments on commit bd442ea

Please sign in to comment.