From d5f0d48745727684473cf583a002e2c31174de2d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Jul 2020 18:04:26 +0800 Subject: Revert moving tests out of 'git' folder, related to #1030 --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index a4f76522..b52cb74b 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -40,7 +40,7 @@ jobs: git config --global user.name "Travis Runner" # If we rewrite the user's config by accident, we will mess it up # and cause subsequent tests to fail - cat test/fixtures/.gitconfig >> ~/.gitconfig + cat git/test/fixtures/.gitconfig >> ~/.gitconfig - name: Lint with flake8 run: | set -x -- cgit v1.2.3