Implement test to master #6

Merged
quentinlegot merged 11 commits from dev into master 2023-03-21 09:00:41 +01:00
Showing only changes of commit bd89b4cd72 - Show all commits

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