Skip to content

Commit

Permalink
put back override in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed May 8, 2024
1 parent 32ce532 commit a135690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: browser-actions/setup-firefox@v1
id: firefox-install
- name: Build and test
# env:
# FIREFOX_BIN: ${{steps.firefox-install.outputs.firefox-path}}
env:
FIREFOX_BIN: ${{steps.firefox-install.outputs.firefox-path}}
run: ./gradlew "-Dkotlin-integration.version=${{ matrix.kotlin }}" clean build --stacktrace --no-daemon
working-directory: gradle-plugin-integration-test

0 comments on commit a135690

Please sign in to comment.