Skip to content

Commit

Permalink
Remove debugging code from the CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Apr 17, 2024
1 parent 35dd8f9 commit a91b93a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- main
- updated-build-action
pull_request:
workflow_dispatch:

Expand All @@ -16,10 +15,6 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@v3
# with:
# cache-read-only: false
- name: Build with Gradle
run: ./gradlew build --warning-mode all --no-daemon --parallel
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a91b93a

Please sign in to comment.