Skip to content

Bump com.saucelabs.visual:java-client from 0.11.2 to 0.12.0 in /wd-java-testng #92

Bump com.saucelabs.visual:java-client from 0.11.2 to 0.12.0 in /wd-java-testng

Bump com.saucelabs.visual:java-client from 0.11.2 to 0.12.0 in /wd-java-testng #92

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Java Tests
on:
push:
paths:
- 'wd-java*/**'
- '.github/workflows/java.yml'
branches:
- main
pull_request:
paths:
- 'wd-java*/**'
- '.github/workflows/java.yml'
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
wd-java:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build wd-java example
uses: docker/build-push-action@v4
with:
context: ./wd-java
file: ./wd-java/Dockerfile
push: false
secrets: |
"dotenv=${{ secrets.DOTENV }}"
wd-java-testng:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build wd-java-testng example
uses: docker/build-push-action@v4
with:
context: ./wd-java-testng
file: ./wd-java/Dockerfile
push: false
secrets: |
"dotenv=${{ secrets.DOTENV }}"