diff --git a/.github/workflows/shell-tests.yml b/.github/workflows/shell-tests.yml index 28662b31f..88baf31d0 100644 --- a/.github/workflows/shell-tests.yml +++ b/.github/workflows/shell-tests.yml @@ -14,6 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + # Note: bats-core/bats-action@3.0.0 is not allowed to be used (needs an INFRA issue) - name: Install Bats (Testing Framework) run: | sudo apt-get update