Skip to content

Bump io.github.bonigarcia:webdrivermanager from 5.6.2 to 5.6.3 in /tests #501

Bump io.github.bonigarcia:webdrivermanager from 5.6.2 to 5.6.3 in /tests

Bump io.github.bonigarcia:webdrivermanager from 5.6.2 to 5.6.3 in /tests #501

Workflow file for this run

name: Run system tests
on:
push:
branches:
- master
- develop
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
permissions:
checks: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.adoptopenjdk.net:443
api.github.com:443
auth.docker.io:443
download-installer.cdn.mozilla.net:443
download.mozilla.org:443
downloads.gradle-dn.com:443
downloads.gradle.org:443
github.com:443
github-cloud.githubusercontent.com:443
jcenter.bintray.com:443
objects.githubusercontent.com:443
ocsp.digicert.com:80
plugins.gradle.org:443
plugins-artifacts.gradle.org:443
production.cloudflare.docker.com:443
r3.o.lencr.org:80
raw.githubusercontent.com:443
registry-1.docker.io:443
repo.maven.apache.org:443
services.gradle.org:443
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
lfs: true
- run: docker-compose pull --quiet && docker-compose up -d
working-directory: tests/src/test/resources/
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- uses: browser-actions/setup-firefox@29a706787c6fb2196f091563261e1273bf379ead # v1.4.0
with:
firefox-version: latest
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
- run: ./gradlew --no-daemon check
working-directory: tests/
- uses: mikepenz/action-junit-report@0831a82caad2465c31c6dd929978f640cb42556c # v4.0.3
if: always() # always run even if the previous step fails
with:
report_paths: 'tests/build/test-results/test/TEST-*.xml'