Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f420062

Browse files
committed
wush
1 parent 9692e5f commit f420062

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/nightly-gauntlet.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# `make test-postgres` to ensure we receive a trace of running
2121
# goroutines. Setting this to the timeout +5m should work quite well
2222
# even if some of the preceding steps are slow.
23-
timeout-minutes: 25
23+
timeout-minutes: 90
2424
strategy:
2525
fail-fast: false
2626
matrix:
@@ -66,6 +66,16 @@ jobs:
6666
chmod +x wush.exe
6767
./wush.exe serve
6868
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+
6979
- name: Test with PostgreSQL Database
7080
env:
7181
POSTGRES_VERSION: "13"

0 commit comments

Comments
 (0)