Skip to content

Commit

Permalink
fix(actions): test removing overlapping file
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jul 9, 2024
1 parent 1018fb5 commit 98f1ffe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Environment setup
uses: ./.github/actions/setup

- name: remove overlapping file
run: rm ./compliance/oscal-assessment-results.yaml
shell: bash

- name: Download assessment
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 98f1ffe

Please sign in to comment.