Skip to content

Commit b079ad4

Browse files
committed
Add create router into nfr workflow
1 parent b6ff28c commit b079ad4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nfr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
working-directory: ./tests
145145
run: make create-and-setup-vm
146146

147+
- name: Create and setup Router
148+
working-directory: ./tests
149+
run: make create-gke-router
150+
147151
- name: Run Tests
148152
working-directory: ./tests
149153
run: |

0 commit comments

Comments
 (0)