Skip to content

Commit 5e06264

Browse files
ci: stabilize fork nightly tests (#6)
* ci: stabilize fork nightly tests * ci: isolate image compression test --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c40049a commit 5e06264

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/fork-nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ jobs:
8686

8787
- name: Test
8888
if: steps.candidate.outputs.has_changes == 'true'
89-
run: vp run test
89+
run: |
90+
vp run -r test --exclude '**/imageCompression.test.ts'
91+
vp run --filter @t3tools/web test src/lib/imageCompression.test.ts \
92+
--no-file-parallelism \
93+
--maxWorkers=1
9094
9195
- id: release_meta
9296
name: Resolve nightly version

0 commit comments

Comments
 (0)