From 69821a25bbb0287a50dec587cc9310e0f67e1de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Sun, 25 Aug 2024 17:15:18 +0200 Subject: [PATCH] Add test deploy to deploy-test.yml --- .github/workflows/deploy-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index c06a783..26b45fc 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -9,6 +9,7 @@ on: jobs: build-test: runs-on: ubuntu-latest + environment: test steps: - name: Checkout code