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 f6d6664 commit f4e570aCopy full SHA for f4e570a
.github/workflows/tests.yml
@@ -36,6 +36,8 @@ jobs:
36
37
- name: Run tests
38
run: vendor/bin/phpunit --no-coverage
39
+ - name: Debug
40
+ run: echo ${RUNNER_TEMP}
41
42
behat:
43
name: Tests (Behat with PHP ${{ matrix.php }})
0 commit comments