Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-26 00:23:32 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-26 00:23:32 +0300
commit96a982a6bfd1f3becae13dc23c17797cd3b15336 (patch)
tree9672d398bac18535f9ca5fafb5de0518284785a1 /.github
parent13ba14d3713523353eef93fe85aed571487d372e (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index cd8322e..dcb0192 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -76,6 +76,9 @@ jobs:
working-directory: apps/${{ env.APP_NAME }}/tests/Integration
run: bash run.sh
+ - name: Print query.log
+ run: cat /home/runner/work/notifications/notifications/query.log
+
- name: Query count
uses: actions/github-script@v5
with: