/action.yaml: mv action to .github/actions/mysql-client-test

This commit is contained in:
Dustin Brown
2020-08-27 16:11:19 -07:00
parent 66190b8f9e
commit 2d4918ed96
-8
View File
@@ -1,8 +0,0 @@
name: 'Dolt MySQL client integration tests'
description: 'Smoke tests for mysql client integrations'
outputs:
results: # logged test results output
description: 'The results of the tests'
runs:
using: 'docker'
image: 'MySQLDockerfile'