aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/git.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml
index 73a916b..f89604b 100644
--- a/.github/workflows/git.yml
+++ b/.github/workflows/git.yml
@@ -1,12 +1,12 @@
on: [push, pull_request]
-name: Git Compatibility
+name: Git Compatibility
jobs:
test:
strategy:
fail-fast: false
matrix:
git: [[master, ubuntu-latest], [v2.11.0, ubuntu-latest]]
-
+
runs-on: ${{ matrix.git[1] }}
env:
GIT_VERSION: ${{ matrix.git[0] }}
@@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
-
+
- name: Install build dependencies
run: sudo apt-get install gettext
@@ -33,8 +33,7 @@ jobs:
git config --global user.name "GitHub Actions"
export PATH=$GIT_DIST_PATH:$PATH
-
- name: Test
env:
- GIT_EXEC_PATH: ${{ env.GIT_DIST_PATH }}
+ GIT_EXEC_PATH: ${{ github.workspace }}/${{ env.GIT_DIST_PATH }}
run: make test-coverage