Skip to content

Commit

Permalink
fix "Error when evaluating 'timeout-minutes' for job 'test'"
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 9, 2024
1 parent 3d9737f commit 756e749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
test:
name: PHP${{ matrix.php }}${{ matrix.extensions-suffix }}, ${{ matrix.os }}, ${{ matrix.dependencies }} deps
runs-on: ${{ matrix.os }}
timeout-minutes: ${{ matrix.timeout-minutes }}
timeout-minutes: ${{ inputs.test-timeout }}
env: {GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'}
strategy:
fail-fast: ${{ inputs.fail-fast }}
Expand All @@ -51,7 +51,6 @@ jobs:
os: [ ubuntu-latest ]
extensions-suffix: [ '', ', protobuf' ]
dependencies: [ lowest , highest ]
timeout-minutes: [ '${{ inputs.test-timeout }}' ]
include:
- os: windows-latest
extensions-suffix: ', protobuf'
Expand Down

0 comments on commit 756e749

Please sign in to comment.