Skip to content

Commit

Permalink
Ensure snapshot directories are removed.
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <caroline@appthreat.dev>
  • Loading branch information
cerrussell committed Nov 28, 2024
1 parent c1ae2ee commit 66ca7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
SHELL: bash
run: |
rm -rf original_snapshots new_snapshots src_repos
cdxgen_tarball=$(pnpm pack | tail -1)
npm install -g "$cdxgen_tarball"
git clone https://github.com/appthreat/cdxgen-samples.git original_snapshots
Expand All @@ -52,7 +53,6 @@ jobs:
env:
PREFER_MAVEN_DEPS_TREE: false
run: |
rm -rf src_repos
bash new_snapshots/cdxgen_commands.sh
- name: Upload cdxgen boms
Expand Down

0 comments on commit 66ca7d6

Please sign in to comment.