We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f784b commit ed4d20cCopy full SHA for ed4d20c
.github/workflows/ci-test.yaml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- name: Checkout Repository
11
uses: actions/checkout@v3
12
+ - name: Install Git
13
+ run: apt update && apt install -y git
14
- name: Run Tests
15
env:
16
COVERALLS: 'true'
0 commit comments