Skip to content

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

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

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

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
uses: CitrineInformatics/nextgen-devkit/.github/workflows/test-e2e-eks.yml@main

Check failure on line 21 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/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 }}