Skip to content

Commit

Permalink
Fix pipeline to not cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 23, 2024
1 parent f061d81 commit 0afb919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
REDIS_PORT: 6379
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
with:
arguments: build -Dgeb.env=chromeHeadless
arguments: build -U
publish:
if: github.event_name == 'push'
needs: build
Expand Down

0 comments on commit 0afb919

Please sign in to comment.