Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 7ebd270

Browse files
committed
Disable Windows tests as we need to build a Windows-based DMR image first
1 parent 030a444 commit 7ebd270

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
shell-type: bash
3131
test-script: ./e2e/shells/zsh_test.sh
3232

33-
# Windows shells
34-
- os: windows-latest
35-
shell-name: cmd
36-
shell-type: cmd
37-
test-script: e2e\shells\cmd_test.bat
38-
39-
- os: windows-latest
40-
shell-name: git-bash
41-
shell-type: bash
42-
test-script: ./e2e/shells/mintty_test.sh
33+
# Windows shells - DISABLED: Need to build a Windows-based DMR image first
34+
# - os: windows-latest
35+
# shell-name: cmd
36+
# shell-type: cmd
37+
# test-script: e2e\shells\cmd_test.bat
38+
39+
# - os: windows-latest
40+
# shell-name: git-bash
41+
# shell-type: bash
42+
# test-script: ./e2e/shells/mintty_test.sh
4343

4444
steps:
4545
- name: Checkout repository

0 commit comments

Comments
 (0)