Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Jul 17, 2024
1 parent 857a07e commit 35343da
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@ jobs:
with:
java-version: ${{ env.jdk_version }}

- name: Build
run: ./gradlew clean build

- name: Cross-version tests
run: |
sudo apt-get update
sudo apt-get install zsh
./run-tests.zsh
- name: Publish release
if: startsWith(github.ref, 'refs/tags/v')
run: ./gradlew publish

- name: Report coverage
if: github.ref == 'refs/heads/master'
run: ./gradlew test jacocoTestReport jacocoRootReport coveralls

0 comments on commit 35343da

Please sign in to comment.