Skip to content

Commit

Permalink
OP-4: allows for debugging build installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MacBalc committed Jul 7, 2023
1 parent 746fccf commit c253353
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,20 @@ jobs:
-
name: Run Behat
run: vendor/bin/behat --colors --strict -vvv --no-interaction || vendor/bin/behat --colors --strict -vvv --no-interaction --rerun

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
if: failure()
with:
name: Behat logs
path: etc/build/
if-no-files-found: ignore

- name: Upload composer.lock file
uses: actions/upload-artifact@v2
if: failure()
with:
name: Composer.lock
path: composer.lock
if-no-files-found: ignore

0 comments on commit c253353

Please sign in to comment.