Skip to content

Commit 44ab6bf

Browse files
committed
artifact logs
1 parent 101f044 commit 44ab6bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/functional-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,9 @@ jobs:
8585
vendor/bin/simple-phpunit -vvv --debug --testdox
8686
env:
8787
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

Comments
 (0)