We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7b80b commit 4d2c183Copy full SHA for 4d2c183
.github/workflows/snapshot-tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Generate scripts
46
run: |
47
source .venv/bin/activate
48
- python test/diff/generate.py
+ python test/diff/generate.py -t typescript
49
50
- name: Upload shell scripts generated as artifact
51
uses: actions/upload-artifact@v4
@@ -69,7 +69,7 @@ jobs:
69
- name: Test BOMs
70
71
72
- python test/diff/diff_tests.py --migrate-legacy
+ python test/diff/diff_tests.py --migrate-legacy -t typescript
73
if test -f new_snapshots/diffs.json; then
74
echo "status=FAILED" >> "$GITHUB_ENV"
75
fi
0 commit comments