We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0c32 commit 0368cfeCopy full SHA for 0368cfe
1 file changed
.github/workflows/integration.yml
@@ -54,7 +54,7 @@ jobs:
54
run: tools/phive self-update
55
56
- name: Install tooling
57
- run: GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} tools/phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0
+ run: GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} tools/phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0,9D8A98B29B2D5D79
58
59
- name: Execute unit tests
60
run: tools/phpunit --no-coverage --testsuite UnitTests
0 commit comments