Skip to content

Commit

Permalink
Fix firefox tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Sep 20, 2024
1 parent 2ea14bb commit 79c02e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
firefox: [ '84.0', 'devedition-84.0b1', 'latest-beta', 'latest-devedition', 'latest-nightly', 'latest-esr', 'latest' ]

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -31,10 +34,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install firefox
- name: Setup firefox
id: setup-firefox
uses: browser-actions/setup-firefox@v1
with:
firefox-version: latest
firefox-version: ${{ matrix.firefox }}

- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
Expand Down

0 comments on commit 79c02e5

Please sign in to comment.