mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-12-21 11:00:04 +08:00
Simplify invoking test_script.sh
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
- name: CLI tests
|
- name: CLI tests
|
||||||
run: bash -e -x ./test_script.sh
|
run: ./test_script.sh
|
||||||
- name: SQL tests
|
- name: SQL tests
|
||||||
run: bash -e -x ./test_sql.sh
|
run: bash -e -x ./test_sql.sh
|
||||||
- name: ODBC tests
|
- name: ODBC tests
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
- name: CLI tests
|
- name: CLI tests
|
||||||
run: bash -e -x ./test_script.sh
|
run: ./test_script.sh
|
||||||
- name: SQL tests
|
- name: SQL tests
|
||||||
run: bash -e -x ./test_sql.sh
|
run: bash -e -x ./test_sql.sh
|
||||||
- name: ODBC tests
|
- name: ODBC tests
|
||||||
@@ -138,6 +138,6 @@ jobs:
|
|||||||
- name: Make
|
- name: Make
|
||||||
run: make
|
run: make
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bash -e -x ./test_script.sh
|
run: ./test_script.sh
|
||||||
- name: SQL Test
|
- name: SQL Test
|
||||||
run: bash -e -x ./test_sql.sh
|
run: bash -e -x ./test_sql.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user