Skip to content

Commit

Permalink
briefly tweak the order of steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Nov 16, 2024
1 parent b9b9a53 commit 39a3035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
- run: zsh ./test-e2e/run.zsh

steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install zsh
- uses: actions/checkout@v4
- run: zsh ./test-e2e/run.zsh


macos:
strategy:
matrix:
Expand Down

0 comments on commit 39a3035

Please sign in to comment.