From 722657deda54c6ae3144d63059d3bc0ca0c8916d Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 7 Aug 2024 12:45:00 +0200 Subject: [PATCH] added some tests more debug log more test another test trying with brackets --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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")