We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1be0b commit 547956cCopy full SHA for 547956c
.github/workflows/test-execution.yml
@@ -8,18 +8,15 @@ on:
8
- main
9
jobs:
10
local-test:
11
- runs-on: ubuntu-latest
12
- services:
13
- chrome:
14
- image: selenium/standalone-chrome
15
- options: --health-cmd '/opt/bin/check-grid.sh'
+ runs-on: macos-latest
+
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up JDK
19
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
20
with:
21
java-version: 21
22
- distribution: adopt
+ distribution: temurin
23
24
- name: Cache Maven packages
25
uses: actions/cache@v3
0 commit comments