Skip to content

Commit ef24905

Browse files
authored
Merge pull request #158 from futuredapp/feature/fix-5.x-build-branch
Attempt to fix 5.x CI build
2 parents 9ecbdde + 476c660 commit ef24905

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
java-version: 1.8
1919
- name: Run unit tests
2020
shell: bash
21-
run: ./gradlew --continue build testRelease
21+
run: ./gradlew testRelease
22+
- name: Build
23+
shell: bash
24+
run: ./gradlew build
2225
- name: Build & publish snapshot
2326
run: ./gradlew publish --no-daemon --no-parallel --stacktrace
2427
env:

0 commit comments

Comments
 (0)