Remove unused timeout in parsey CI.
This is unset and has no fallback. it's causing an error in the CI output Error: An error occurred when attempting to determine the step timeout. Error: The template is not valid. .github/workflows/parsey.yml (Line: 78, Col: 26): Unexpected value ''
This commit is contained in:
parent
f7fdf6cc36
commit
d0bff661d6
Notes:
git
2024-10-09 20:57:45 +00:00
1
.github/workflows/parsey.yml
vendored
1
.github/workflows/parsey.yml
vendored
@ -75,7 +75,6 @@ jobs:
|
|||||||
|
|
||||||
- name: make ${{ matrix.test_task }}
|
- name: make ${{ matrix.test_task }}
|
||||||
run: make -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS"
|
run: make -s ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS" SPECOPTS="$SPECOPTS"
|
||||||
timeout-minutes: ${{ matrix.timeout }}
|
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: ${{ matrix.testopts }}
|
RUBY_TESTOPTS: ${{ matrix.testopts }}
|
||||||
EXCLUDES: '../src/test/.excludes-parsey'
|
EXCLUDES: '../src/test/.excludes-parsey'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user