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 9ce4b7b commit 6ddfe70Copy full SHA for 6ddfe70
.github/workflows/integration-test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Run Integration Test
88
id: test
89
- uses: stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
+ uses: stackabletech/actions/run-integration-test@712ce3e733475fa9b452c716a61f221ecd60e737 # v0.5.0+
90
with:
91
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
92
test-run: ${{ env.TEST_RUN }}
tests/infrastructure.yaml
@@ -1 +1,3 @@
1
instance-size: medium
2
+disk: 100
3
+nodes: 5
0 commit comments