mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
workflow fix
This commit is contained in:
2
.github/workflows/build-test-containers.yaml
vendored
2
.github/workflows/build-test-containers.yaml
vendored
@@ -9,7 +9,7 @@ name: Build test containers
|
||||
- develop
|
||||
- feature/**
|
||||
paths:
|
||||
- e2e-tests/containers
|
||||
- e2e-tests/containers/**
|
||||
jobs:
|
||||
build-docker-ssh:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
4
.github/workflows/run-tests.yaml
vendored
4
.github/workflows/run-tests.yaml
vendored
@@ -90,5 +90,5 @@ jobs:
|
||||
image: 'gvenzl/oracle-xe:21-slim'
|
||||
env:
|
||||
ORACLE_PASSWORD: Pwd2020Db
|
||||
mysql-ssh:
|
||||
image: 'ghcr.io/dbgate/mysql-ssh:latest'
|
||||
mysql-ssh-login:
|
||||
image: 'ghcr.io/dbgate/mysql-ssh-login:latest'
|
||||
|
||||
Reference in New Issue
Block a user