From ab7e5c45f56fc8f859504b4ea8fd739fca2f1941 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 31 Oct 2020 12:38:41 +0100 Subject: [PATCH] [BUGFIX] Drop a surplus hyphen in the CI step definitions (#153) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb12f32..095d6cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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";