We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70a814 commit c286862Copy full SHA for c286862
.github/workflows/e2e-tests.yaml
@@ -48,4 +48,4 @@ jobs:
48
KERAS_REMOTE_PROJECT: ${{ secrets.GCP_PROJECT }}
49
KERAS_REMOTE_ZONE: ${{ secrets.GKE_ZONE }}
50
KERAS_REMOTE_GKE_CLUSTER: ${{ secrets.GKE_CLUSTER }}
51
- run: python -m unittest discover -s tests/e2e -p "test_*.py" -v
+ run: python -m unittest discover -s tests/e2e -p "*_test.py" -v
0 commit comments