fix: tests main github
All checks were successful
Deploy Plattform-Core / test (push) Successful in 40s
Deploy Plattform-Core / deploy (push) Successful in 4s

This commit is contained in:
Ida 2026-05-20 16:27:41 +02:00
parent 56639922e9
commit f1cb455ccd
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,9 @@ jobs:
fi fi
- name: Run tests - 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 run: python -m pytest tests/ --ignore=tests/demo
build: build:

View file

@ -42,6 +42,9 @@ jobs:
fi fi
- name: Run tests - 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 run: python -m pytest tests/ --ignore=tests/demo
build: build: