Skip to content

Commit

Permalink
tmp testing
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <[email protected]>
  • Loading branch information
cerrussell committed Dec 16, 2024
1 parent 77d9e14 commit 6aba0ba
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 @@ -47,7 +47,7 @@ jobs:
- name: Generate scripts
run: |
source .venv/bin/activate
python test/diff/generate.py
python test/diff/generate.py -t typescript
- name: Upload shell scripts generated as artifact
uses: actions/upload-artifact@v4
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Test BOMs
run: |
source .venv/bin/activate
python test/diff/diff_tests.py --migrate-legacy
python 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 6aba0ba

Please sign in to comment.