Skip to content

Commit

Permalink
tmp testing
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <caroline@appthreat.dev>
  • Loading branch information
cerrussell committed Dec 16, 2024
1 parent 0a948b0 commit 3c94fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Generate scripts
run: |
source .venv/bin/activate
python cdxgen_src/test/diff/generate.py
python cdxgen_src/test/diff/generate.py -t typescript
- name: Upload shell scripts generated as artifact
uses: actions/upload-artifact@v4
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Test BOMs
run: |
source .venv/bin/activate
python cdxgen_src/test/diff/diff_tests.py --migrate-legacy
python cdxgen_src/test/diff/diff_tests.py --migrate-legacy -t typescript
if test -f new_snapshots/diffs.json; then
echo "status=FAILED" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit 3c94fd5

Please sign in to comment.