diff --git a/.github/actions/benchmark-runner-tests/action.yaml b/.github/actions/benchmark-runner-tests/action.yaml new file mode 100644 index 0000000000..4f5a9d9714 --- /dev/null +++ b/.github/actions/benchmark-runner-tests/action.yaml @@ -0,0 +1,5 @@ +name: 'Dolt Benchmark Runner Utility Test' +description: "Smoke tests for Dolt's benchmark runner utility" +runs: + using: 'docker' + image: '../../../SysbenchDockerfile' diff --git a/.github/actions/sysbench-runner-tests/action.yaml b/.github/actions/sysbench-runner-tests/action.yaml deleted file mode 100644 index f24cc6a19e..0000000000 --- a/.github/actions/sysbench-runner-tests/action.yaml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'Dolt Sysbench Runner Utility Test' -description: "Smoke tests for Dolt's sysbench runner utility" -runs: - using: 'docker' - image: '../../../SysbenchDockerfile' diff --git a/.github/workflows/ci-sysbench-runner-tests.yaml b/.github/workflows/ci-benchmark-runner-tests.yaml similarity index 100% rename from .github/workflows/ci-sysbench-runner-tests.yaml rename to .github/workflows/ci-benchmark-runner-tests.yaml