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.
1 parent e2afc1d commit e80d217Copy full SHA for e80d217
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ on:
11
12
defaults:
13
run:
14
- shell: bash
+ shell: bash -leo pipefail {0}
15
16
jobs:
17
test:
@@ -38,8 +38,8 @@ jobs:
38
- name: Smoke test
39
working-directory: build
40
run: |
41
+ ls -l git2cpp
42
./git2cpp -v
- ./git2cpp -h
43
44
- name: Run tests
45
0 commit comments