Skip to content

Commit

Permalink
Merge pull request #158 from futuredapp/feature/fix-5.x-build-branch
Browse files Browse the repository at this point in the history
Attempt to fix 5.x CI build
  • Loading branch information
SumeraMartin authored Dec 13, 2021
2 parents 9ecbdde + 476c660 commit ef24905
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
java-version: 1.8
- name: Run unit tests
shell: bash
run: ./gradlew --continue build testRelease
run: ./gradlew testRelease
- name: Build
shell: bash
run: ./gradlew build
- name: Build & publish snapshot
run: ./gradlew publish --no-daemon --no-parallel --stacktrace
env:
Expand Down

0 comments on commit ef24905

Please sign in to comment.