diff --git a/.github/workflows/snapshot-tests.yml b/.github/workflows/snapshot-tests.yml index 2b7048ef1f..9c26c2affa 100644 --- a/.github/workflows/snapshot-tests.yml +++ b/.github/workflows/snapshot-tests.yml @@ -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 @@ -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