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 101f044 commit 44ab6bfCopy full SHA for 44ab6bf
.github/workflows/functional-tests.yml
@@ -85,3 +85,9 @@ jobs:
85
vendor/bin/simple-phpunit -vvv --debug --testdox
86
env:
87
SYMFONY_DEPRECATIONS_HELPER: 'max[self]=1'
88
+
89
+ - name: Persist logs as artifacts
90
+ uses: actions/upload-artifact@v4
91
+ with:
92
+ name: functional-tests-logs
93
+ path: src/Turbo/tests/app/var/log
0 commit comments