From 9b048f2c2d6921e53c63aec8bb6c0d789c15e915 Mon Sep 17 00:00:00 2001 From: Techassi <git@techassi.dev> Date: Tue, 14 Jan 2025 13:39:25 +0100 Subject: [PATCH] ci: Switch to action with interu --- .github/workflows/integration-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index dc7dda1b..63c52496 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -86,12 +86,10 @@ jobs: - name: Run Integration Test id: test - uses: stackabletech/actions/run-integration-test@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0 + uses: stackabletech/actions/run-integration-test@05cb2081c8ffd34bbaaee36846f4e1892686cf55 # TODO: Use releases version with: - test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }} - test-run: ${{ env.TEST_RUN }} - test-parameter: ${{ env.TEST_PARAMETER }} replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }} + test-profile: schedule - name: Send Notification if: ${{ failure() }}