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