From 24b14e11b41ceba6446889087ecc0727eb520f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 24 Sep 2022 00:55:40 +0200 Subject: [PATCH] Add environment variables --- .github/workflows/pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b40fd13..2872eb4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,9 @@ --- name: Test code with pytest on: [ push, pull_request, workflow_dispatch ] +env: + SERVE_DOMAIN: https://localhost/ + WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} jobs: build: strategy: