ci: don't run composeUp twice
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user