Skip to content

Bump io.github.bonigarcia:webdrivermanager from 5.3.0 to 6.1.0 #8

Bump io.github.bonigarcia:webdrivermanager from 5.3.0 to 6.1.0

Bump io.github.bonigarcia:webdrivermanager from 5.3.0 to 6.1.0 #8

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: 11
cache: 'maven'
- uses: isbang/compose-action@v1.3.2
with:
compose-file: docker-compose.yml
- name: Wait until Logistics is up and running
uses: jtalk/url-health-check-action@v2
with:
url: http://localhost:8080/logistics
max-attempts: 10
retry-delay: 2s
retry-all: true
- name: Run UI Test
run: docker run --rm --network host -e LOGISTICS_URL=http://localhost:8080/logistics esignbr/logistics-test-selenium