From c837a5d341ac0f443886aac29965dcc56bb26fde Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 26 Sep 2023 13:15:26 +0200 Subject: [PATCH] DOn't install shellcheck for integration tests --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 360e603..ec8529d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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