Skip to content

Commit 296869d

Browse files
committed
test latest git version
1 parent 81668b5 commit 296869d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
runs-on: ${{ needs.start-runner.outputs.label }}
3838
timeout-minutes: 600
3939
steps:
40+
- name: Install latest Git version
41+
run: |
42+
sudo apt-add-repository ppa:git-core/ppa
43+
sudo apt-get update
44+
sudo apt-get install git
4045
- name: Determine branch ref
4146
id: branch_ref
4247
run: |

0 commit comments

Comments
 (0)