Skip to content

Commit c0645f2

Browse files
committed
Correct the action.yml file path.
Signed-off-by: Jay Zhang <[email protected]>
1 parent a677fdd commit c0645f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Run Tests (Py38-TF2.9-18)
28-
uses: ./.github/actions/unit_test_run
28+
uses: ./.github/actions/unit_test
2929
with:
3030
os: 'ubuntu-latest'
3131
tf_version: '2.9.0'
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: Run Tests (Py39-TF2.15-18)
55-
uses: ./.github/actions/unit_test_run
55+
uses: ./.github/actions/unit_test
5656
with:
5757
os: 'ubuntu-latest'
5858
tf_version: '2.15.0'

0 commit comments

Comments
 (0)