Skip to content

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

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

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

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/repo-checks.yml@d60de32

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/repo-checks.yml@d60de32" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
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 }}