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

Commit 42ef67b

Browse files
committed
Adds macOS runner
1 parent 7ebd270 commit 42ef67b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/e2e-tests.yml

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

33+
# macOS shells
34+
- os: macos-latest
35+
shell-name: bash
36+
shell-type: bash
37+
test-script: ./e2e/shells/bash_test.sh
38+
39+
- os: macos-latest
40+
shell-name: zsh
41+
shell-type: bash
42+
test-script: ./e2e/shells/zsh_test.sh
43+
3344
# Windows shells - DISABLED: Need to build a Windows-based DMR image first
3445
# - os: windows-latest
3546
# shell-name: cmd

0 commit comments

Comments
 (0)