mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +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
|
||||
- develop
|
||||
- feature/**
|
||||
- hotfix/**
|
||||
paths:
|
||||
- e2e-tests/containers/**
|
||||
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
|
||||
- develop
|
||||
- feature/**
|
||||
- hotfix/**
|
||||
jobs:
|
||||
e2e-tests:
|
||||
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
|
||||
- develop
|
||||
- feature/**
|
||||
- hotfix/**
|
||||
jobs:
|
||||
all-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user