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 <213943+nickvergessen@users.noreply.github.com>2022-04-28 07:45:16 +0300
committerGitHub <noreply@github.com>2022-04-28 07:45:16 +0300
commit318a6017dcf89d423e34fbfd5ef1d89b664ec122 (patch)
treea4455de27d51344175e2ae970e7d8d69b59313f4 /.github
parentceba200f1ab034a8109da5a43d4b50fe26990bb2 (diff)
parent96a982a6bfd1f3becae13dc23c17797cd3b15336 (diff)
Merge pull request #1191 from nextcloud/techdebt/noid/enable-helper-app-with-force
Enable helper app with force
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: