We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbaf22 commit ffe5e43Copy full SHA for ffe5e43
.github/workflows/ci-dev.yaml
@@ -87,5 +87,5 @@ jobs:
87
export_to_environment: true
88
- name: 🛠️ Test ${{ matrix.path }}
89
run: |
90
- timeout ${{ fromJson(env.CI_SETUP).timeout }} \
+ timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
91
make test dir=${{ matrix.path }}
0 commit comments