Skip to content

PP-13452 refactor selfservice build system #617

PP-13452 refactor selfservice build system

PP-13452 refactor selfservice build system #617

Workflow file for this run

name: PR
on:
pull_request:
permissions:
contents: read
jobs:
tests:
uses: ./.github/workflows/_run-tests.yml

Check failure on line 11 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 11, Col: 11): Error from called workflow alphagov/pay-selfservice/.github/workflows/_run-tests.yml@da1272c6c9872e07a56b2e63e50b4208bb1fe10e (Line: 5, Col: 5): Unexpected value 'env'
secrets:
pact_broker_username: ${{ secrets.pact_broker_username }}
pact_broker_password: ${{ secrets.pact_broker_password }}
dependency-review:
name: Dependency Review scan
uses: alphagov/pay-ci/.github/workflows/_run-dependency-review.yml@master