test mvn
Some checks are pending
Explore-Gitea-Actions

This commit is contained in:
Qubot 2023-08-01 23:34:53 +08:00
parent 372c9c269f
commit e99148a170

View File

@ -5,10 +5,9 @@ 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
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
- run: mvn