mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[TASK] Run dynamic tests only if PHP lint succeds (#85)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.pl>
This commit is contained in:
parent
d43041194f
commit
e10161203e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -84,6 +84,7 @@ jobs:
|
|||
unit-tests:
|
||||
name: "Unit tests"
|
||||
runs-on: ubuntu-latest
|
||||
needs: php-lint
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
@ -138,6 +139,7 @@ jobs:
|
|||
functional-tests:
|
||||
name: "Functional tests"
|
||||
runs-on: ubuntu-latest
|
||||
needs: php-lint
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
Loading…
Reference in a new issue