diff --git a/.github/workflows/shellspec.yaml b/.github/workflows/shellspec.yaml index dff05644fd3..cb681e18e99 100644 --- a/.github/workflows/shellspec.yaml +++ b/.github/workflows/shellspec.yaml @@ -10,5 +10,6 @@ jobs: with: go-version: '1.22' - run: | + echo "Running shellspec tests to validate shell/bash scripts" make shellspec name: Run bash unit tests with shellspec