Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/football.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sbt "project api-models" "compile" "test" "project football" "compile" "test" "assembly"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-worker-lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: sbt "project common" "compile" "test" "project notificationworkerlambda" "compile" "test"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: sbt "project common" "compile" "test" "project commonscheduledynamodb" "compile" "test" "project notification" "compile" "test" "debian:packageBin"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: sbt "project common" "compile" "test" "project registration" "compile" "test" "debian:packageBin"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
mv eventconsumer/target/scala-*/eventconsumer.jar dist/eventconsumer/eventconsumer.jar

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sbt "project commonscheduledynamodb" "compile" "test" "project schedule" "compile" "test" "assembly"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slo-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sbt "project commoneventconsumer" "compile" "test" "project slomonitor" "compile" "test" "assembly"

- name: Test Report
uses: dorny/test-reporter@v2
uses: dorny/test-reporter@v3
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
Expand Down
Loading