Skip to content

Commit

Permalink
Slugify Collectives and Pages (debug behat)
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Miakshyn <[email protected]>
  • Loading branch information
Koc committed Jan 2, 2025
1 parent 918c338 commit 393419c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/behat-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ jobs:
working-directory: apps/${{ env.APP_NAME }}
run: ./vendor/bin/behat --config=${{ env.BEHAT_CONFIG }} --profile ci

- name: Upload nextcloud logs
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: always()
with:
name: nextcloud.log
path: data/nextcloud.log
retention-days: 5

summary:
permissions:
contents: none
Expand Down

0 comments on commit 393419c

Please sign in to comment.