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

Commit 49a805a

Browse files
committed
can it work?
1 parent 594f21f commit 49a805a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/nightly-test.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
---
22
# This is an example workflow that will then be moved to operator-templating
3-
name: Nightly test
3+
name: Integration Test
4+
5+
# todo: run-name:
46

57
on:
68
workflow_dispatch:
79

810
jobs:
911
placeholder:
10-
name: placeholder
12+
name: Run integration tests
1113
runs-on: ubuntu-latest
1214
steps:
13-
- run: echo hello world
15+
- name: Run tests (not)
16+
uses: stackabletech/actions/run-integration-test@run-integration-test
17+
with:
18+
test-platform: kind-1.31.0-amd64
19+
test-run: test-suite
20+
test-parameter: nightly
21+
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}

0 commit comments

Comments
 (0)