mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-18 09:40:59 -05:00
/.github/workflows/ci-bats-unix.yaml: try getting exclude syntax to work
This commit is contained in:
4
.github/workflows/ci-bats-unix.yaml
vendored
4
.github/workflows/ci-bats-unix.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user