Skip to content

GH-2 Update github-actions.yml #2

GH-2 Update github-actions.yml

GH-2 Update github-actions.yml #2

name: GitHub Actions Test
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "This is a test"
deployment:
runs-on: ubuntu-latest
environment: test
steps:
- run: echo "Deployed to test"