Skip to content

Commit 4bbaf22

Browse files
author
David Cavazos
committed
move back timeout to test command
1 parent 68ab71d commit 4bbaf22

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: Node.js test
5656
needs: affected
5757
runs-on: ubuntu-latest
58-
timeout-minutes: ${{ fromJson(needs.affected.outputs.nodejs-setups)[matrix.path].timeout }}
58+
timeout-minutes: 120
5959
permissions:
6060
id-token: write # needed for google-github-actions/auth
6161
strategy:
@@ -86,4 +86,6 @@ jobs:
8686
secrets: ${{ join(fromJson(env.CI_SETUP).secrets) }}
8787
export_to_environment: true
8888
- name: 🛠️ Test ${{ matrix.path }}
89-
run: make test dir=${{ matrix.path }}
89+
run: |
90+
timeout ${{ fromJson(env.CI_SETUP).timeout }} \
91+
make test dir=${{ matrix.path }}

0 commit comments

Comments
 (0)