mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
tests for hotfix branches
This commit is contained in:
1
.github/workflows/build-test-containers.yaml
vendored
1
.github/workflows/build-test-containers.yaml
vendored
@@ -8,6 +8,7 @@ name: Build test containers
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
|
- hotfix/**
|
||||||
paths:
|
paths:
|
||||||
- e2e-tests/containers/**
|
- e2e-tests/containers/**
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/e2e-pro.yaml
vendored
1
.github/workflows/e2e-pro.yaml
vendored
@@ -8,6 +8,7 @@ name: Cypress tests with screenshots PREMIUM
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
|
- hotfix/**
|
||||||
jobs:
|
jobs:
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
1
.github/workflows/run-tests.yaml
vendored
1
.github/workflows/run-tests.yaml
vendored
@@ -8,6 +8,7 @@ name: Integration and unit tests
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- feature/**
|
- feature/**
|
||||||
|
- hotfix/**
|
||||||
jobs:
|
jobs:
|
||||||
all-tests:
|
all-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- 'feature/**'
|
- 'feature/**'
|
||||||
|
- hotfix/**
|
||||||
paths:
|
paths:
|
||||||
- e2e-tests/containers/**
|
- e2e-tests/containers/**
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- 'feature/**'
|
- 'feature/**'
|
||||||
|
- hotfix/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e-tests:
|
e2e-tests:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- 'feature/**'
|
- 'feature/**'
|
||||||
|
- hotfix/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
all-tests:
|
all-tests:
|
||||||
|
|||||||
Reference in New Issue
Block a user