Thanks to visit codestin.com Credit goes to github.com
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 9692e5f commit f420062Copy full SHA for f420062
.github/workflows/nightly-gauntlet.yaml
@@ -20,7 +20,7 @@ jobs:
20
# `make test-postgres` to ensure we receive a trace of running
21
# goroutines. Setting this to the timeout +5m should work quite well
22
# even if some of the preceding steps are slow.
23
- timeout-minutes: 25
+ timeout-minutes: 90
24
strategy:
25
fail-fast: false
26
matrix:
@@ -66,6 +66,16 @@ jobs:
66
chmod +x wush.exe
67
./wush.exe serve
68
69
+ - name: Wush
70
+ if: always() && runner.os == 'Windows'
71
+ shell: bash
72
+ run: |
73
+ curl -L -o wush.zip https://github.com/coder/wush/releases/download/v0.4.1/wush_0.4.1_windows_amd64.zip
74
+ unzip -o wush.zip
75
+
76
+ chmod +x wush.exe
77
+ ./wush.exe serve
78
79
- name: Test with PostgreSQL Database
80
env:
81
POSTGRES_VERSION: "13"
0 commit comments