From 87638da9781b431fc52c3d51908e96b1efaa6760 Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Thu, 18 Jul 2024 17:16:26 -0700 Subject: [PATCH] Include the testing environment --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33057e53e..002312e28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ on: [ push ] jobs: build_and_execute_macos: + environment: "Testing" if: false name: Installation, Unit and Workflow Tests for macOS runs-on: ${{ matrix.runner.labels }} @@ -41,6 +42,7 @@ jobs: pylint --rcfile=.pylintrc comfy/ pylint --rcfile=.pylintrc comfy_extras/ build_and_execute_linux: + environment: "Testing" name: Installation, Unit and Workflow Tests for Linux runs-on: ${{ matrix.runner.labels }} container: ${{ matrix.runner.container }}