From b610c5b8923d9dd754dd18a17fbfea1a3bb90616 Mon Sep 17 00:00:00 2001 From: George Boukeas Date: Thu, 2 May 2024 12:55:11 +0100 Subject: [PATCH] feat: add submission to Testflinger --- .github/workflows/checkbox-canary-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/checkbox-canary-test.yaml b/.github/workflows/checkbox-canary-test.yaml index 3c078bf22..b4e6af673 100644 --- a/.github/workflows/checkbox-canary-test.yaml +++ b/.github/workflows/checkbox-canary-test.yaml @@ -35,3 +35,8 @@ jobs: shell: bash run: cat ${{ steps.create-job.outputs.job }} + + - name: Submit job + uses: canonical/certification-github-workflows/.github/actions/fling-test@testflinger-action-incremental + with: + job: ${{ steps.create-job.outputs.job }}