Skip to content

Commit 23ab223

Browse files
committed
Allow ts tests to fail:
1 parent a3ac457 commit 23ab223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-to-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Update the TypeScript test baselines also
3030
cd TypeScript
3131
npm i
32-
gulp runtests-parallel
32+
gulp runtests-parallel || true
3333
gulp baseline-accept
3434
3535
- uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)