8000 Merge pull request #24 from jfontan/fix-compatibility-tests · mcuadros/go-git@73c52ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 73c52ed

Browse files
authored
Merge pull request go-git#24 from jfontan/fix-compatibility-tests
ci: fix compatibility tests for master
2 parents 9c2ab26 + 0eb4a90 commit 73c52ed

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/git.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
on: [push, pull_request]
2-
name: Git Compatibility
2+
name: Git Compatibility
33
jobs:
44
test:
55
strategy:
66
fail-fast: false
77
matrix:
88
git: [[master, ubuntu-latest], [v2.11.0, ubuntu-latest]]
9-
9+
1010
runs-on: ${{ matrix.git[1] }}
1111
env:
1212
GIT_VERSION: ${{ matrix.git[0] }}
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Checkout code
2222
uses: actions/checkout@v2
23-
23+
2424
- name: Install build dependencies
2525
run: sudo apt-get install gettext
2626

@@ -33,8 +33,7 @@ jobs:
3333
git config --global user.name "GitHub Actions"
3434
export PATH=$GIT_DIST_PATH:$PATH
3535
36-
3736
- name: Test
3837
env:
39-
GIT_EXEC_PATH: ${{ env.GIT_DIST_PATH }}
38+
GIT_EXEC_PATH: ${{ github.workspace }}/${{ env.GIT_DIST_PATH }}
4039
run: make test-coverage

0 commit comments

Comments
 (0)
0