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

Integration Test

Integration Test #32

Workflow file for this run

---
# This is an example workflow that will then be moved to operator-templating
name: Integration Test
# todo: run-name:
on:
workflow_dispatch:
jobs:
placeholder:
name: Run integration tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: recursive
- name: Run tests (not)
uses: stackabletech/actions/run-integration-test@run-integration-test
with:
test-platform: kind-1.31.0-amd64
test-run: test-suite
test-parameter: nightly
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}