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