Skip to content

Commit

Permalink
:chore: using the common workflow (#41)
Browse files Browse the repository at this point in the history
- Using the common workflow
- Fixes #38

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan authored Feb 28, 2024
1 parent 8ae5b58 commit 5ab884b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/actions/save-logs/action.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:

- name: Save logs
if: always()
uses: ./.github/actions/save-logs
uses: defenseunicorns/uds-common/.github/actions/save-logs@417b9c2bc088f664c616c9929a2b3ce448d251f7
with:
suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}'

0 comments on commit 5ab884b

Please sign in to comment.