mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-10 00:39:44 -06:00
[no-release-notes] /.github/workflows/ci-bats-unix.yaml: remove bats dolt dev testing
This commit is contained in:
4
.github/workflows/ci-bats-unix.yaml
vendored
4
.github/workflows/ci-bats-unix.yaml
vendored
@@ -22,12 +22,10 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-22.04, macos-latest ]
|
||||
dolt_fmt: [ "__DOLT__", "__DOLT_DEV__", "__LD_1__" ]
|
||||
dolt_fmt: [ "__DOLT__", "__LD_1__" ]
|
||||
exclude:
|
||||
- os: "macos-latest"
|
||||
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