ci: don't run composeUp twice

This commit is contained in:
2025-04-11 01:09:42 +02:00
parent 601d5dcda9
commit af1e5ee22a

View File

@@ -40,7 +40,7 @@ jobs:
run: ./gradlew composeUp -Pci
- name: Test
run: ./gradlew test --no-daemon
run: ./gradlew test -x composeUp --no-daemon
- name: Upload test reports
if: always()