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"