From 05ffb867bb1eb94ba15ac01914bccd9ca1787e98 Mon Sep 17 00:00:00 2001 From: Joe Richardson Date: Tue, 24 Sep 2024 14:09:44 -0400 Subject: [PATCH] fix: updated path of intended test action --- .github/workflows/test.yaml | 2 +- tasks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53e426d..56af379 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: ghToken: ${{ secrets.GITHUB_TOKEN }} - name: Test - uses: defenseunicorns/uds-common/.github/actions/test@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1 + uses: defenseunicorns/uds-common/.github/actions/test-deploy@e3008473beab00b12a94f9fcc7340124338d5c08 # v0.13.1 with: flavor: ${{ matrix.flavor }} type: ${{ matrix.type }} diff --git a/tasks.yaml b/tasks.yaml index bec5a91..44cdaae 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -57,7 +57,7 @@ tasks: - task: create-test-bundle - task: deploy:test-bundle -# CI will execute the following (via uds-common/.github/actions/test) so they need to be here with these names +# CI will execute the following (via uds-common/.github/actions/test-deploy) so they need to be here with these names - name: test-package description: Test the Confluence package from the current branch