Skip to content

Commit

Permalink
PR check: mandate having passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Apr 11, 2024
1 parent 95be22e commit 92d20d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/laravel-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: test-reports-junit.xml
require_tests: true
1 change: 1 addition & 0 deletions .github/workflows/node-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: test-report-junit.xml
require_tests: true
1 change: 1 addition & 0 deletions .github/workflows/nuxt-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: test-report-junit.xml
require_passed_tests: true
1 change: 1 addition & 0 deletions .github/workflows/web-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: test-report-junit.xml
require_passed_tests: true

0 comments on commit 92d20d1

Please sign in to comment.