Skip to content

Commit

Permalink
DOn't install shellcheck for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 26, 2023
1 parent d550cbc commit c837a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install packages
run: sudo apt install -y bats openssl shellcheck
run: sudo apt install -y bats openssl
- name: Run bats tests
run: ./tests.bats

Expand Down

0 comments on commit c837a5d

Please sign in to comment.