We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb897e commit 9acd5d9Copy full SHA for 9acd5d9
1 file changed
.github/workflows/test.yml
@@ -30,13 +30,13 @@ jobs:
30
shell: bash
31
32
- name: Test (release)
33
- timeout-minutes: 2
+ timeout-minutes: 3
34
if: ${{ github.ref == 'refs/heads/main' }}
35
run: scripts/test.sh --release
36
37
38
- name: Test
39
40
if: ${{ github.ref != 'refs/heads/main' }}
41
run: scripts/test.sh
42
0 commit comments