Skip to content

Commit

Permalink
Update the needs of publishing test results job.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 25, 2024
1 parent b01e181 commit a677fdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:

Test_min_py_with_min_tf:
Test_min_py_with_min_tf: # Do not change this name because it is used in Ruleset of this repo.
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -42,7 +42,7 @@ jobs:
name: Test Results (Py38-TF2.9-18-ubuntu)
path: ./**/test-results-*.xml

Test_max_py_with_latest_tf:
Test_max_py_with_latest_tf: # Do not change this name because it is used in Ruleset of this repo.
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

publish-test-results:
name: "Publish Tests Results to Github"
needs: run_tests
needs: [Test_min_py_with_min_tf, Test_max_py_with_latest_tf, Extra_tests]
runs-on: ubuntu-latest
permissions:
checks: write
Expand Down

0 comments on commit a677fdd

Please sign in to comment.