Qubot 62ab8df84d
Some checks failed
Explore-Gitea-Actions
test mvn
2023-08-01 23:27:04 +08:00

13 lines
369 B
YAML

name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: ping baidu.com
- run: wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py
- run: python3 oh-my-tuna.py --global
- run: apt update
- run: apt install maven
- run: mvn