mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[TASK] Drop CI task dependencies
This helps us see all failures on GitHub.
This commit is contained in:
parent
7846839862
commit
84cc0c7990
1 changed files with 0 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -104,7 +104,6 @@ jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
name: "Unit tests"
|
name: "Unit tests"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: php-lint
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -197,7 +196,6 @@ jobs:
|
||||||
functional-tests:
|
functional-tests:
|
||||||
name: "Functional tests"
|
name: "Functional tests"
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: php-lint
|
|
||||||
env:
|
env:
|
||||||
DB_DATABASE: typo3
|
DB_DATABASE: typo3
|
||||||
DB_USER: root
|
DB_USER: root
|
||||||
|
|
Loading…
Reference in a new issue