mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
set timeout on yarn test (#104)
It has been hanging on MacOS builds. Although we would want to fix this hang long term. This is a temporary way to deal with it and prevent future occurrences of swamping the CI. It would be surprising if jest tests ran longer than 15 minutes.
This commit is contained in:
committed by
nothingismagick
parent
897f64e715
commit
6f9008a32e
1
.github/workflows/test-on-pr.yml
vendored
1
.github/workflows/test-on-pr.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 3
|
||||
- name: test
|
||||
timeout-minutes: 15
|
||||
run: |
|
||||
cd ./cli/tauri.js
|
||||
yarn
|
||||
|
||||
Reference in New Issue
Block a user