From dd650644e2e833cea37d04bf1191c5dc537e5dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Jouvent-Hall=C3=A9?= Date: Mon, 30 Oct 2023 15:40:59 -0400 Subject: [PATCH] GH-2 Update github-actions.yml --- .github/workflows/github-actions.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e360f7e..20c79ae 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -4,4 +4,9 @@ jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - - run: echo "This is a test" \ No newline at end of file + - run: echo "This is a test" + deployment: + runs-on: ubuntu-latest + environment: test + steps: + - run: echo "Deployed to test"