Fixed tests

This commit is contained in:
Shkar T. Noori 2022-02-14 09:36:07 +00:00
parent 397744d19e
commit 857c444525
No known key found for this signature in database
GPG Key ID: E7AD76088FB6FE02
2 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Build k8s manifests
working-directory: kubernetes
run: |
envs=( "development" )
envs=( "development" "production" )
for i in "${envs[@]}"
do

View File

@ -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