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 e41a068 commit 2e821f6Copy full SHA for 2e821f6
.github/workflows/ci.yml
@@ -20,6 +20,10 @@ jobs:
20
composer-options: "--prefer-dist --optimize-autoloader --ignore-platform-reqs"
21
- name: Run PestPHP
22
run: vendor/bin/pest --coverage --coverage-clover test-results/pest.xml
23
+ env:
24
+ AWS_ACCESS_KEY_ID: fake
25
+ AWS_SECRET_ACCESS_KEY: fake
26
+ AWS_SESSION_TOKEN: fake
27
- name: Upload coverage to Codecov
28
if: always()
29
uses: codecov/codecov-action@v1
0 commit comments