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: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: ifconfig - uses: actions/checkout@v3
- run: ping baidu.com - name: Set up JDK 17
- run: wget https://tuna.moe/oh-my-tuna/oh-my-tuna.py uses: actions/setup-java@v3
- run: python3 oh-my-tuna.py --global with:
- run: apt update java-version: '17'
- run: apt install maven
- run: mvn - run: mvn