Skip to content

Commit 1190f04

Browse files
committed
Running the CP e2e's in GHA with a custom version
1 parent 80bcd5b commit 1190f04

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,16 @@ jobs:
1111
uses: CitrineInformatics/common-gh-actions/.github/workflows/repo-checks.yml@v1
1212
with:
1313
src: src/citrine
14+
15+
e2e-tests:
16+
needs: pr-checks
17+
permissions:
18+
checks: write
19+
contents: read
20+
id-token: write
21+
uses: CitrineInformatics/nextgen-devkit/.github/workflows/test-e2e-eks.yml@main
22+
with:
23+
CITRINE_PYTHON_VERSION: ${{ github.event.pull_request.head.sha }}
24+
secrets:
25+
DEVKIT_APP_ID: ${{ secrets.DEVKIT_APP_ID }}
26+
DEVKIT_APP_PRIVATE_KEY: ${{ secrets.DEVKIT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)