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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-06 11:51:28 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-06 11:51:28 +0300
commitaab26b851abdff2191c1a2844e6216b787843974 (patch)
treee25050382750cb9ca32a9fd32a081f3014b3db82
parent16160e903d2c71c6a5a0f2fbcf30d83cec43d3a3 (diff)
Run all psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/static-analysis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index dba8d7c..42fcaf6 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -6,6 +6,8 @@ jobs:
static-psalm-analysis:
runs-on: ubuntu-latest
strategy:
+ # do not stop on another job's failure
+ fail-fast: false
matrix:
ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22' ]
name: Nextcloud ${{ matrix.ocp-version }}