Skip to content

Commit

Permalink
test: install all build and test dependencies for the e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adirelle committed May 12, 2024
1 parent fcc7776 commit f2f00c9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,17 @@ jobs:
with:
shared-key: coverage
save-if: ${{ github.ref_name == 'main' }}
- run: sudo apt-get update; sudo apt-get install zsh fish direnv
- name: Install build and test dependencies
run: |
sudo apt-get update && sudo apt-get install \
bison \
build-essential \
direnv \
fd-find \
fish \
pipx \
python3-venv \
zsh
- uses: taiki-e/install-action@v2
with:
tool: cargo-llvm-cov,mise,usage-cli
Expand Down

0 comments on commit f2f00c9

Please sign in to comment.