Qubot 372c9c269f
Some checks failed
Explore-Gitea-Actions
test mvn
2023-08-01 23:28:38 +08:00

14 lines
391 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: ifconfig
- 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