mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
Merge remote-tracking branch 'origin/features/#8_template_tests' into features/#8_template_tests
This commit is contained in:
commit
d1c7725687
3
.github/workflows/check-pr.yaml
vendored
3
.github/workflows/check-pr.yaml
vendored
|
@ -99,6 +99,9 @@ jobs:
|
||||||
make lint
|
make lint
|
||||||
|
|
||||||
- name: Test Package
|
- name: Test Package
|
||||||
|
env:
|
||||||
|
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
|
||||||
|
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
|
||||||
working-directory: src/${{ matrix.package }}
|
working-directory: src/${{ matrix.package }}
|
||||||
run: |
|
run: |
|
||||||
make ci-test
|
make ci-test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user