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