Skip to content

Commit 2422f71

Browse files
committed
chore: Comment out test run, remove field (debugging)
1 parent fb5aee5 commit 2422f71

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.github/workflows/nightly-test.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
submodules: recursive
1818

19-
- name: Run Tests
20-
uses: stackabletech/actions/run-integration-test@run-integration-test
21-
with:
22-
test-platform: kind-1.31.0-amd64
23-
test-run: test-suite
24-
test-parameter: nightly
25-
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
19+
# - name: Run Tests
20+
# uses: stackabletech/actions/run-integration-test@run-integration-test
21+
# with:
22+
# test-platform: kind-1.31.0-amd64
23+
# test-run: test-suite
24+
# test-parameter: nightly
25+
# replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
2626

2727
- name: Fail on Purpose
2828
shell: bash
@@ -43,13 +43,6 @@ jobs:
4343
{
4444
"pretext": "Is this needed?",
4545
"color": "#aa0000",
46-
"fields": [
47-
{
48-
"title": "Needed?",
49-
"value": "Needed?",
50-
"short": true
51-
}
52-
],
5346
"actions": [
5447
{
5548
"type": "button",

0 commit comments

Comments
 (0)