Compare commits
1
Commits
master
...
9bffcd3267
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bffcd3267
|
@@ -105,11 +105,8 @@ jobs:
|
|||||||
- name: Grant execute permission to Gradle wrapper
|
- name: Grant execute permission to Gradle wrapper
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
- name: Start CI Docker Compose services
|
|
||||||
run: ./gradlew composeUp -Pci
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./gradlew test -x composeUp --no-daemon
|
run: ./gradlew test --no-daemon
|
||||||
|
|
||||||
- name: Upload test reports
|
- name: Upload test reports
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user