Skip to content

Commit 4d2c183

Browse files
committed
tmp testing
Signed-off-by: Caroline Russell <[email protected]>
1 parent 6a7b80b commit 4d2c183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Generate scripts
4646
run: |
4747
source .venv/bin/activate
48-
python test/diff/generate.py
48+
python test/diff/generate.py -t typescript
4949
5050
- name: Upload shell scripts generated as artifact
5151
uses: actions/upload-artifact@v4
@@ -69,7 +69,7 @@ jobs:
6969
- name: Test BOMs
7070
run: |
7171
source .venv/bin/activate
72-
python test/diff/diff_tests.py --migrate-legacy
72+
python test/diff/diff_tests.py --migrate-legacy -t typescript
7373
if test -f new_snapshots/diffs.json; then
7474
echo "status=FAILED" >> "$GITHUB_ENV"
7575
fi

0 commit comments

Comments
 (0)