1
0
forked from PGL/Clyde

CI -> build no test and trying to fix test

This commit is contained in:
2024-03-17 22:40:22 +01:00
parent ee37dc79a7
commit 611e7167f9
3 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
distribution: 'temurin'
- uses: gradle/gradle-build-action@v3
- name: building
run: ./gradlew backend:build
run: ./gradlew backend:build -x test
Test-backend:
runs-on: ubuntu-latest
steps: