Skip to content

Commit

Permalink
removal of service
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Jan 7, 2024
1 parent 8d1be0b commit 547956c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ on:
- main
jobs:
local-test:
runs-on: ubuntu-latest
services:
chrome:
image: selenium/standalone-chrome
options: --health-cmd '/opt/bin/check-grid.sh'
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
distribution: temurin

- name: Cache Maven packages
uses: actions/cache@v3
Expand Down

0 comments on commit 547956c

Please sign in to comment.