Skip to content

Commit 081c9cf

Browse files
committed
Revert "Experiment: Unblock windows e2e tests"
This reverts commit 15a9a11.
1 parent 15a9a11 commit 081c9cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ jobs:
298298
os:
299299
- ubuntu-latest
300300
- macos-latest
301-
- windows-2022
301+
# TODO: Get `make build` running on Windows 2022
302+
# - windows-2022
302303
steps:
303304
- uses: actions/checkout@v2
304305

Makefile

Lines changed: 1 addition & 1 deletion
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-
cd site && yarn install
102+
./scripts/yarn_install.sh
103103
cd site && yarn build
104104
cd site && yarn export
105105
.PHONY: site/out

0 commit comments

Comments
 (0)