We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bcd5b commit 1190f04Copy full SHA for 1190f04
.github/workflows/pr-checks.yml
@@ -11,3 +11,16 @@ jobs:
11
uses: CitrineInformatics/common-gh-actions/.github/workflows/repo-checks.yml@v1
12
with:
13
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