mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 04:56:00 +00:00
fix
This commit is contained in:
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
docker tag dbgate/mysql-ssh:latest ghcr.io/dbgate/mysql-ssh:latest
|
docker tag dbgate/mysql-ssh:latest ghcr.io/dbgate/mysql-ssh:latest
|
||||||
docker push ghcr.io/dbgate/mysql-ssh:latest
|
docker push ghcr.io/dbgate/mysql-ssh:latest
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: build-docker-ssh
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: 'node:18'
|
container: 'node:18'
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
docker push ghcr.io/dbgate/mysql-ssh:latest
|
docker push ghcr.io/dbgate/mysql-ssh:latest
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: build-docker-ssh
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:18
|
container: node:18
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user