added some tests

more debug log

more test

another test

trying with brackets
This commit is contained in:
Javier Bullrich
2024-08-07 12:45:00 +02:00
parent 5718deb606
commit 722657deda
+2
View File
@@ -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")