timeout error fixed

This commit is contained in:
Chris Boesch 2023-04-26 11:35:19 +02:00 committed by GitHub
parent aea9feb2fb
commit 4ca5d96a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ defaults:
shell: bash
strategy:
fail-fast: false
timeout-minutes: 30
jobs:
build:
@ -19,6 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v2