mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
ci: try moving the timeout to the actual test job
This commit is contained in:
parent
9b422d8e31
commit
811a56e406
1 changed files with 1 additions and 1 deletions
|
|
@ -2,13 +2,13 @@ image: denoland/deno:2.2.2
|
||||||
|
|
||||||
default:
|
default:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
timeout: 2 minutes
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
timeout: 2 minutes
|
||||||
script:
|
script:
|
||||||
- deno fmt --check
|
- deno fmt --check
|
||||||
- deno task lint
|
- deno task lint
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue