Add environment variables

This commit is contained in:
2022-09-24 00:55:40 +02:00
parent 2f620a20be
commit 24b14e11b4

View File

@ -1,6 +1,9 @@
--- ---
name: Test code with pytest name: Test code with pytest
on: [ push, pull_request, workflow_dispatch ] on: [ push, pull_request, workflow_dispatch ]
env:
SERVE_DOMAIN: https://localhost/
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
jobs: jobs:
build: build:
strategy: strategy: