testing actions
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
name: Test Workflow
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # only triggers on pushes to the main branch
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello:
|
hello:
|
||||||
runs-on: ubuntu-latest # can also use ubuntu-22.04 or ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Say hello
|
||||||
uses: actions/checkout@v3
|
run: echo "hello"
|
||||||
|
|
||||||
- name: Say hello
|
|
||||||
run: echo "Lets try again!!"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user