new ci test
This commit is contained in:
@@ -19,17 +19,14 @@
|
||||
# only:
|
||||
# - branches
|
||||
|
||||
stages:
|
||||
- run
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
|
||||
run:
|
||||
stage: run
|
||||
image: rust:latest
|
||||
script:
|
||||
- echo "foo"
|
||||
- echo "bar"
|
||||
- echo "baz" > foo
|
||||
artifacts:
|
||||
paths:
|
||||
- ./foo
|
||||
expire_in: 1 week
|
||||
jobs:
|
||||
TestStage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "foo"
|
||||
- run: echo "bar"
|
||||
- run: echo "baz" > foo
|
||||
Reference in New Issue
Block a user