testing some testcase
This commit is contained in:
parent
80f172be09
commit
7ec7ecb0c0
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Print a message
|
- name: Print a message
|
||||||
run: echo "Gitea CI/CD is working!"
|
run: echo "Gitea CI/CD is working!"
|
||||||
|
|
||||||
name: Artifact Test
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
name: test-file
|
name: test-file
|
||||||
path: test.txt
|
path: test.txt
|
||||||
|
|
||||||
name: Env Test
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Print env var
|
- name: Print env var
|
||||||
run: echo "The value is $TEST_VAR"
|
run: echo "The value is $TEST_VAR"
|
||||||
|
|
||||||
name: Failure Test
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue