/.github/workflows/ci-bats-unix.yaml: try getting exclude syntax to work

This commit is contained in:
coffeegoddd
2022-10-27 16:42:15 -07:00
parent 3942814097
commit b971a62317

View File

@@ -25,7 +25,9 @@ jobs:
dolt_fmt: [ "__DOLT__", "__DOLT_DEV__", "__LD_1__" ]
exclude:
- os: "macos-latest"
dolt_fmt: ["__DOLT_DEV__", "__LD_1__" ]
dolt_fmt: "__LD_1__"
- os: "macos-latest"
dolt_fmt: "__DOLT_DEV__"
env:
use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }}
steps: