Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 1a9533d

Browse files
committed
chore: Re-enable test run
1 parent 2422f71 commit 1a9533d

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/nightly-test.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,14 @@ 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 }}
26-
27-
- name: Fail on Purpose
28-
shell: bash
29-
run: |
30-
exit 1
19+
- name: Run Integration Test
20+
id: test
21+
uses: stackabletech/actions/run-integration-test@run-integration-test
22+
with:
23+
test-platform: kind-1.31.0-amd64
24+
test-run: test-suite
25+
test-parameter: nightly
26+
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
3127

3228
- name: Send Notification
3329
if: ${{ failure() }}
@@ -41,7 +37,7 @@ jobs:
4137
"text": "Integration Test *${{ github.repository }}* failed",
4238
"attachments": [
4339
{
44-
"pretext": "Is this needed?",
40+
"pretext": "Started at ${{ steps.test.outputs.start-time }}, failed at ${{ steps.test.outputs.end-time }}",
4541
"color": "#aa0000",
4642
"actions": [
4743
{

0 commit comments

Comments
 (0)