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

Skip to content

Commit 15a9a11

Browse files
committed
Experiment: Unblock windows e2e tests
1 parent 3b0b4cd commit 15a9a11

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/coder.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ jobs:
298298
os:
299299
- ubuntu-latest
300300
- macos-latest
301-
# TODO: Get `make build` running on Windows 2022
302-
# - windows-2022
301+
- windows-2022
303302
steps:
304303
- uses: actions/checkout@v2
305304

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ provisionersdk/proto: provisionersdk/proto/provisioner.proto
9999
.PHONY: provisionersdk/proto
100100

101101
site/out:
102-
./scripts/yarn_install.sh
102+
cd site && yarn install
103103
cd site && yarn build
104104
cd site && yarn export
105105
.PHONY: site/out

0 commit comments

Comments
 (0)