Skip to content

Running the CP e2e's in GHA with a custom version #269

Running the CP e2e's in GHA with a custom version

Running the CP e2e's in GHA with a custom version #269

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- main
- 'release/**'
jobs:
pr-checks:
uses: CitrineInformatics/common-gh-actions/.github/workflows/repo-checks.yml@v1
with:
src: src/citrine
e2e-tests:
needs: pr-checks
permissions:
checks: write
contents: read
id-token: write
# NOTE: using a branch SHA during testing
uses: CitrineInformatics/common-gh-actions/.github/workflows/run-e2e-tests.yml@feature/PNE-7587-provide-devkit-e2es

Check failure on line 22 in .github/workflows/pr-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-checks.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-checks.yml" -> "CitrineInformatics/common-gh-actions/.github/workflows/run-e2e-tests.yml@feature/PNE-7587-provide-devkit-e2es" (source branch with sha:d60de3225990ea38ddb188ff57bbd9b70c53d9dc) --> "CitrineInformatics/nextgen-devkit/.github/workflows/test-e2e-eks.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
CITRINE_PYTHON_VERSION: ${{ github.event.pull_request.head.sha }}
secrets:
DEVKIT_APP_ID: ${{ secrets.DEVKIT_APP_ID }}
DEVKIT_APP_PRIVATE_KEY: ${{ secrets.DEVKIT_APP_PRIVATE_KEY }}