mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 04:28:03 +00:00
:octocat: require successful static code analysis before test run
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php-version:
|
||||
- "7.4"
|
||||
@@ -49,6 +49,7 @@ jobs:
|
||||
- name: "Run phan"
|
||||
run: php vendor/bin/phan
|
||||
|
||||
|
||||
build-docs:
|
||||
name: "Build and publish Docs"
|
||||
|
||||
@@ -78,9 +79,12 @@ jobs:
|
||||
folder: docs
|
||||
clean: true
|
||||
|
||||
|
||||
tests:
|
||||
name: "Unit Tests"
|
||||
|
||||
needs: static-code-analysis
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user