fix: tests main github
This commit is contained in:
parent
56639922e9
commit
f1cb455ccd
2 changed files with 6 additions and 0 deletions
3
.github/workflows/int_gateway-int.yml
vendored
3
.github/workflows/int_gateway-int.yml
vendored
|
|
@ -42,6 +42,9 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
# env-gateway-int.env: APP_KEY_SYSVAR=CONFIG_KEY — int master key for INT_ENC:* secrets
|
||||
CONFIG_KEY: ${{ secrets.CONFIG_KEY_INT }}
|
||||
run: python -m pytest tests/ --ignore=tests/demo
|
||||
|
||||
build:
|
||||
|
|
|
|||
3
.github/workflows/main_gateway-prod.yml
vendored
3
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -42,6 +42,9 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
# env-gateway-prod.env: APP_KEY_SYSVAR=CONFIG_KEY — prod master key for PROD_ENC:* secrets
|
||||
CONFIG_KEY: ${{ secrets.CONFIG_KEY }}
|
||||
run: python -m pytest tests/ --ignore=tests/demo
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue