There was an error while loading. Please reload this page.
1 parent 15282ee commit 05abc4eCopy full SHA for 05abc4e
1 file changed
.github/workflows/phpunit.yml
@@ -71,6 +71,13 @@ jobs:
71
- name: Execute tests (Unit and Feature tests) via PHPUnit 🧪
72
run: vendor/bin/phpunit --no-coverage --disable-coverage-ignore --order-by=random
73
74
+ - name: Upload composer.lock for failed test run
75
+ uses: actions/upload-artifact@v6
76
+ if: failure()
77
+ with:
78
+ name: composer.lock
79
+ path: composer.lock
80
+
81
dusk:
82
runs-on: ubuntu-latest
83
0 commit comments