Skip to content

Commit 2828898

Browse files
authored
Add and configure soak tests workflow (#3407)
1 parent 94ca8bf commit 2828898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/soak-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
aws-region: us-west-2
3434
- name: Run soak tests
3535
run: |
36-
RUN_CNI_INTEGRATION_TESTS=false RUN_UBUNTU_TEST=true ./scripts/run-integration-tests.sh
36+
RUN_CNI_INTEGRATION_TESTS=false RUN_SOAK_TEST=true RUN_UBUNTU_TEST=true ./scripts/run-integration-tests.sh
3737
env:
3838
AWS_DEFAULT_REGION: us-west-2

0 commit comments

Comments
 (0)