mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[BUGFIX] Drop a surplus hyphen in the CI step definitions (#153)

This commit is contained in:
Oliver Klee 2020-10-31 12:38:41 +01:00 committed by GitHub
parent b74d84b5e6
commit ab7e5c45f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ jobs:
run: "sudo /etc/init.d/mysql start"
-
name: "Run functional tests"
run: |-
run: |
export typo3DatabaseName="typo3";
export typo3DatabaseHost="127.0.0.1";
export typo3DatabaseUsername="root";