mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 03:06:35 -05:00
/.github/workflows/ci-bats-windows.yaml: fix names
This commit is contained in:
@@ -73,6 +73,7 @@ jobs:
|
||||
dolt config --global --add user.name 'Dolthub Actions'
|
||||
dolt config --global --add user.email 'actions@dolthub.com'
|
||||
- name: Install expect
|
||||
if: matrix.os == 'ubuntu-18.04'
|
||||
run: sudo apt-get install -y expect
|
||||
- name: Check expect
|
||||
run: expect -v
|
||||
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test-bats-head:
|
||||
name: Bats tests
|
||||
name: Bats tests part 1
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
IS_WINDOWS: true
|
||||
WINDOWS_BASE_DIR: "/d/a"
|
||||
test-bats-tail:
|
||||
name: Bats tests
|
||||
name: Bats tests part 2
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user