mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
workflows
This commit is contained in:
1
.github/workflows/run-tests.yaml
vendored
1
.github/workflows/run-tests.yaml
vendored
@@ -10,7 +10,6 @@ name: Run tests
|
|||||||
- feature/**
|
- feature/**
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
needs: build-docker-ssh
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: 'node:18'
|
container: 'node:18'
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
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