Skip to content

Commit

Permalink
ci(workflow): runs port-forwarding in the bg
Browse files Browse the repository at this point in the history
  • Loading branch information
EandrewJones committed Nov 18, 2024
1 parent ff9f048 commit 9fab255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
kubectl -n blixt-system describe pod -l app=blixt,component=dataplane
- name: Forward gRPC Port
run: kubectl -n blixt-system port-forward ds/dataplane 9874
run: nohup kubectl -n blixt-system port-forward ds/dataplane 9874 &

- name: Dataplane Integration Tests
run: make test.dataplane.integration
Expand Down

0 comments on commit 9fab255

Please sign in to comment.