mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 10:32:27 -06:00
testing failed test
This commit is contained in:
8
.github/workflows/ci-mysql-client-tests.yaml
vendored
8
.github/workflows/ci-mysql-client-tests.yaml
vendored
@@ -5,13 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run tests
|
||||
steps:
|
||||
# To use this repository's private action,
|
||||
# you must check out the repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Test mysql client integrations
|
||||
uses: ./ # Uses an action in the root directory
|
||||
# id: mysql-tests
|
||||
# # Use the output from the `hello` step
|
||||
# - name: Get the output results
|
||||
# run: echo "The results were ${{ steps.mysql-tests.outputs.results }}"
|
||||
uses: ./.github/actions/mysql-client-tests # Uses an action in the root directory
|
||||
|
||||
Reference in New Issue
Block a user