From b3e7645bf57d6f58b658bab23978dca5b6153ff8 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Sat, 13 Jan 2024 14:46:30 +0100 Subject: [PATCH] fix(git adapter ci) Signed-off-by: Marcel Klehr --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4942a9327..940b3f9ed6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -238,7 +238,7 @@ jobs: run: | mkdir __fixtures__ cd __fixtures__ - git init --bar test.git + git init --bare test.git npx git-http-server & npx htpasswd -cb test.git/.htpasswd admin admin if: matrix.floccus-adapter == 'git-xbel' || matrix.floccus-adapter == 'git-html'