Skip to content

Runs visual regression testing #5

Runs visual regression testing

Runs visual regression testing #5

Workflow file for this run

name: Runs visual regression testing
on:
workflow_dispatch:
inputs:
refurl:
description: "The production URL we should test against."
type: string
required: true
testurl:
description: "The URL we should test for changes."
type: string
required: true
jobs:
vrt:
runs-on: ubuntu-latest
steps:
- uses: gilzow/github-actions-presentation-vrt@main
with:
testurl: ${{ inputs.testurl }}
referenceurl: $${{ inputs.refurl }}