Skip to content

Commit 7b03f98

Browse files
committed
enable windows docker, and disable test step
1 parent cefee04 commit 7b03f98

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/docker-windows.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ env:
2626

2727
jobs:
2828
build:
29-
# TEMPORARY: `if: false` parks the job so PR runner capacity goes to the
30-
# test.yaml windows-only matrix while we verify the new
31-
# free-disk-space-windows action. Drop this once the action is confirmed.
32-
if: false
3329
runs-on: ${{ matrix.runner }}
3430
strategy:
3531
fail-fast: false

.github/workflows/test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
fetch-depth: 1
104104
persist-credentials: false
105105

106-
- name: Free disk space
106+
- name: Free disk space on Linux
107107
if: runner.os == 'Linux'
108108
uses: jlumbroso/free-disk-space@v1.3.1
109109

110-
- name: Free disk space on Windows runner
110+
- name: Free disk space on Windows
111111
if: runner.os == 'Windows'
112112
uses: ./.github/actions/free-disk-space-windows
113113

@@ -149,7 +149,8 @@ jobs:
149149
# __tera_one_off`. Plumb HOME = USERPROFILE so every subsequent step
150150
# (incl. our pwsh diagnostic ones) sees it.
151151
- name: "Pre-mise: HOME = USERPROFILE on Windows"
152-
if: runner.os == 'Windows'
152+
if: false
153+
# runner.os == 'Windows'
153154
timeout-minutes: 1
154155
# Explicit `shell: bash` because the job-level defaults point at the
155156
# busybox ash that's installed by the next step (Install mise +

0 commit comments

Comments
 (0)