testing some testcase

This commit is contained in:
algenreyubang 2025-04-03 13:18:22 +08:00
parent 80f172be09
commit 7ec7ecb0c0
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Print a message
run: echo "Gitea CI/CD is working!"
name: Artifact Test
on: [push]
jobs:
@ -25,7 +25,7 @@ jobs:
name: test-file
path: test.txt
name: Env Test
on: [push]
env:
@ -38,7 +38,7 @@ jobs:
- name: Print env var
run: echo "The value is $TEST_VAR"
name: Failure Test
on: [push]
jobs: