Update '.gitea/workflows/test.yml'

This commit is contained in:
Quentin Legot 2023-03-21 08:48:56 +01:00
parent 9237dc565e
commit bd89b4cd72

View File

@ -32,7 +32,7 @@ jobs:
- name: test - name: test
run: ./gradlew test --no-daemon run: ./gradlew test --no-daemon
deploy: deploy:
runs-on: ${{ ubuntu-22.04 }} runs-on: ${{ ubuntu-latest }}
if: gitea.ref == 'refs/heads/master' if: gitea.ref == 'refs/heads/master'
steps: steps:
- name: deploy - name: deploy