Skip to content

Commit

Permalink
Each script needs shellenv
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Mar 20, 2024
1 parent 10b2956 commit 98c0f9b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
command: install
args: --path .
- run: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- run: ./e2e/setup.sh
- run: ./e2e/test_bash.bash
- run: ./e2e/test_fish.fish
- run: ./e2e/test_zsh.zsh
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
./e2e/setup.sh
./e2e/test_bash.bash
./e2e/test_fish.fish
./e2e/test_zsh.zsh

0 comments on commit 98c0f9b

Please sign in to comment.