Skip to content

Commit

Permalink
Split shells
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Mar 20, 2024
1 parent 292d61b commit e80b1f8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: End to end tests
name: End-to-end tests
on: [push, pull_request]

jobs:
test:
name: Test
name: E2E (${{ matrix.shell }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- shell: bash
- shell: fish
- shell: zsh
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -18,6 +25,4 @@ jobs:
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
./e2e/setup.sh
./e2e/test_bash.bash
./e2e/test_fish.fish
./e2e/test_zsh.zsh
./e2e/test_${{ matrix.shell }}.${{ matrix.shell }}

0 comments on commit e80b1f8

Please sign in to comment.