Skip to content

Commit

Permalink
tmp: print logs
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Oct 9, 2024
1 parent 50e221b commit fb4b592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/behat-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
for user in bob jane; do \
OC_PASS="$user" ./occ group:adduser "Bobs Group" "$user"; \
done
tail -f data/nextcloud.log &
- name: Run Nextcloud
run: php -S localhost:8080 &
Expand Down

0 comments on commit fb4b592

Please sign in to comment.