diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bef22c..1809d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,8 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: + - run: echo "Running on ${{ matrix.os }}. Is it MACOS? $MACOS" + if: ${{ matrix.os == "macos-latest" }} - uses: actions/checkout@v4 - run: brew install docker if: contains("${{ matrix.os }}", "macos")