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 b349dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
fail-fast: false
test-command: composer test:unit
timeout-minutes: 20

# feature:
# name: Feature Testing
Expand All @@ -21,6 +22,7 @@ jobs:
# fail-fast: true
# test-command: composer test:feat
# test-timeout: 20
# timeout-minutes: 20

functional:
name: Functional Testing
Expand All @@ -29,6 +31,7 @@ jobs:
fail-fast: false
test-command: composer test:func
download-binaries: true
timeout-minutes: 20

acceptance:
name: Acceptance Testing
Expand All @@ -37,3 +40,4 @@ jobs:
fail-fast: false
test-command: composer test:accept
download-binaries: true
timeout-minutes: 20

0 comments on commit b349dc9

Please sign in to comment.