We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d373e commit 6aed428Copy full SHA for 6aed428
.github/workflows/nfr.yml
@@ -144,6 +144,10 @@ jobs:
144
working-directory: ./tests
145
run: make create-and-setup-vm
146
147
+ - name: Create and setup Router
148
+ working-directory: ./tests
149
+ run: make create-gke-router || true
150
+
151
- name: Run Tests
152
153
run: |
@@ -164,6 +168,7 @@ jobs:
164
168
if: always()
165
169
166
170
bash scripts/cleanup-vm.sh true
171
+ bash scripts/cleanup-router.sh true
167
172
make delete-gke-cluster
173
rm -rf scripts/vars.env
174
0 commit comments