We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e55b1a commit 5a0aad3Copy full SHA for 5a0aad3
.github/workflows/run-tests.yml
@@ -37,12 +37,12 @@ jobs:
37
coverage: none
38
39
- name: Install Dependencies (${{ matrix.stability }})
40
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
+ run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
41
42
- name: Configure PHPUnit
43
run: |
44
cp phpunit.xml.dist phpunit.xml
45
- sed -i 's|<!-- <php>.*</php> -->|<php><env name="GROK_API_KEY" value="${{ secrets.GROK_API_KEY }}" /></php>|g' phpunit.xml
+ sed -i 's|<env name="GROK_API_KEY" value=""/>|<env name="GROK_API_KEY" value="${{ secrets.GROK_API_KEY }}"/>|g' phpunit.xml
46
47
- name: List Installed Dependencies
48
run: composer show -D
0 commit comments