Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/nfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ jobs:
working-directory: ./tests
run: make create-and-setup-vm

- name: Create and setup Router
working-directory: ./tests
run: make create-gke-router || true

- name: Run Tests
working-directory: ./tests
run: |
Expand All @@ -164,6 +168,7 @@ jobs:
if: always()
run: |
bash scripts/cleanup-vm.sh true
bash scripts/cleanup-router.sh true
make delete-gke-cluster
rm -rf scripts/vars.env

Expand Down
Loading