Skip to content

Commit

Permalink
fix: updated path of intended test action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHCQ1 committed Sep 24, 2024
1 parent 8869993 commit 05ffb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05ffb86

Please sign in to comment.