This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
name: Test
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu
|
|
||||||
steps:
|
|
||||||
- name: Echo hello
|
|
||||||
run: |
|
|
||||||
echo "Hello Gitea Actions!"
|
|
||||||
|
|
||||||
- name: Show system info
|
|
||||||
run: |
|
|
||||||
uname -a
|
|
||||||
|
|
||||||
- name: Show current directory
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
Reference in New Issue
Block a user