Fixed tests
This commit is contained in:
parent
397744d19e
commit
857c444525
2
.github/workflows/tests-base.yaml
vendored
2
.github/workflows/tests-base.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Build k8s manifests
|
||||
working-directory: kubernetes
|
||||
run: |
|
||||
envs=( "development" )
|
||||
envs=( "development" "production" )
|
||||
|
||||
for i in "${envs[@]}"
|
||||
do
|
||||
|
||||
5
.github/workflows/tests-run.yaml
vendored
5
.github/workflows/tests-run.yaml
vendored
@ -7,9 +7,8 @@ on:
|
||||
- staging
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "README.md"
|
||||
- ".vscode/**"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
@ -32,7 +31,7 @@ jobs:
|
||||
- name: Build k8s manifests
|
||||
working-directory: kubernetes
|
||||
run: |
|
||||
envs=( "development" )
|
||||
envs=( "development" "production" )
|
||||
|
||||
for i in "${envs[@]}"
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user