Skip to content

Commit

Permalink
GH-2 Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jouvent authored Oct 30, 2023
1 parent 09948d8 commit dd65064
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "This is a test"
- run: echo "This is a test"
deployment:
runs-on: ubuntu-latest
environment: test
steps:
- run: echo "Deployed to test"

0 comments on commit dd65064

Please # to comment.