Skip to content

Commit

Permalink
Grails 7: remove setting geb.env in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoehm committed Dec 21, 2024
1 parent 800a1eb commit 0776e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
id: tests
uses: gradle/gradle-build-action@v2
with:
arguments: check -Pgeb.env=chromeHeadless
arguments: check
- name: Run Build
if: github.event_name == 'push'
id: build
uses: gradle/gradle-build-action@v2
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
with:
arguments: build -Pgeb.env=chromeHeadless
arguments: build
- name: Publish Test Report
if: steps.build.outcome == 'failure' || steps.tests.outcome == 'failure'
uses: scacap/action-surefire-report@v1
Expand Down

0 comments on commit 0776e4f

Please sign in to comment.