Skip to content

Commit a5a9509

Browse files
authored
fix: plugin tests intermittent (#4045)
1 parent 37711d2 commit a5a9509

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/code-health.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,15 @@ jobs:
391391
with:
392392
go-version-file: 'go.mod'
393393
- run: go install gotest.tools/gotestsum@latest
394+
- name: set Apix Bot token
395+
id: app-token
396+
uses: mongodb/apix-action/token@3024080388613583e3bd119bfb1ab4b4dbf43c42
397+
with:
398+
app-id: ${{ secrets.APIXBOT_APP_ID }}
399+
private-key: ${{ secrets.APIXBOT_APP_PEM }}
394400
- run: make e2e-test-snapshots
395401
env:
402+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
396403
TEST_CMD: gotestsum --junitfile e2e-tests.xml --format standard-verbose --
397404
- name: Test Summary
398405
if: always()

0 commit comments

Comments
 (0)