Skip to content

Commit

Permalink
feat: add workflows for property-based testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Sep 6, 2023
1 parent b11feec commit e5061d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
location: ${{ secrets.GKE_ZONE }}
-
name: Test ${{ matrix.networks }}
run: ./k8s/tests/scripts/run-network-tests.sh ${{ matrix.networks }}
working-directory: k8s/tests/scripts
run: ./run-network-tests.sh ${{ matrix.networks }}

0 comments on commit e5061d8

Please sign in to comment.