8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c2ab26 + 0eb4a90 commit 73c52edCopy full SHA for 73c52ed
.github/workflows/git.yml
@@ -1,12 +1,12 @@
1
on: [push, pull_request]
2
-name: Git Compatibility
+name: Git Compatibility
3
jobs:
4
test:
5
strategy:
6
fail-fast: false
7
matrix:
8
git: [[master, ubuntu-latest], [v2.11.0, ubuntu-latest]]
9
-
+
10
runs-on: ${{ matrix.git[1] }}
11
env:
12
GIT_VERSION: ${{ matrix.git[0] }}
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Checkout code
22
uses: actions/checkout@v2
23
24
- name: Install build dependencies
25
run: sudo apt-get install gettext
26
@@ -33,8 +33,7 @@ jobs:
33
git config --global user.name "GitHub Actions"
34
export PATH=$GIT_DIST_PATH:$PATH
35
36
37
- name: Test
38
39
- GIT_EXEC_PATH: ${{ env.GIT_DIST_PATH }}
+ GIT_EXEC_PATH: ${{ github.workspace }}/${{ env.GIT_DIST_PATH }}
40
run: make test-coverage
0 commit comments