Set timeout for all GitHub actions

This commit is contained in:
Constantin Graf
2024-07-01 12:09:30 +02:00
parent 62ac23cb1a
commit 42da2c3397
10 changed files with 14 additions and 4 deletions

View File

@@ -2,8 +2,9 @@ name: Playwright Tests
on: [push]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
timeout-minutes: 60
services:
mailpit:
image: 'axllent/mailpit:latest'