Skip to content

Commit c286862

Browse files
workflow fix
1 parent e70a814 commit c286862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
KERAS_REMOTE_PROJECT: ${{ secrets.GCP_PROJECT }}
4949
KERAS_REMOTE_ZONE: ${{ secrets.GKE_ZONE }}
5050
KERAS_REMOTE_GKE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
51-
run: python -m unittest discover -s tests/e2e -p "test_*.py" -v
51+
run: python -m unittest discover -s tests/e2e -p "*_test.py" -v

0 commit comments

Comments
 (0)