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 d0349d7 commit 5c2b783Copy full SHA for 5c2b783
.github/workflows/github-actions.yml
@@ -1,11 +1,11 @@
1
on: [push, pull_request]
2
-env:
3
- HUNTER_TEST_TIMEOUT: 30
4
jobs:
5
test:
6
name: ${{ matrix.name }}
7
runs-on: ${{ matrix.os }}
8
timeout-minutes: 30
+ env:
+ HUNTER_TEST_TIMEOUT: 30
9
strategy:
10
fail-fast: false
11
matrix:
ci/templates/.github/workflows/github-actions.yml
name: {{ '${{ matrix.name }}' }}
runs-on: {{ '${{ matrix.os }}' }}
0 commit comments