Skip to content

PP-12588 Use reusable workflows to run NodeJS tests #11

PP-12588 Use reusable workflows to run NodeJS tests

PP-12588 Use reusable workflows to run NodeJS tests #11

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 / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/_run-tests.yml" --> "./.github/workflows/_run-node-cypress-tests.yml" : failed to fetch workflow: workflow was not found.
secrets:
pact_broker_username: ${{ secrets.pact_broker_username }}
pact_broker_password: ${{ secrets.pact_broker_password }}