Skip to content

Commit 547956c

Browse files
committed
removal of service
1 parent 8d1be0b commit 547956c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test-execution.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ on:
88
- main
99
jobs:
1010
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'
11+
runs-on: macos-latest
12+
1613
steps:
1714
- uses: actions/checkout@v4
1815
- name: Set up JDK
19-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
2017
with:
2118
java-version: 21
22-
distribution: adopt
19+
distribution: temurin
2320

2421
- name: Cache Maven packages
2522
uses: actions/cache@v3

0 commit comments

Comments
 (0)