mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02: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:
Łukasz Uznański 2020-08-05 11:40:46 +02:00 committed by GitHub
parent d43041194f
commit e10161203e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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