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 71cc942 commit e551270Copy full SHA for e551270
.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:
@@ -26,14 +26,12 @@ jobs:
26
- name: Create micromamba environment
27
uses: mamba-org/setup-micromamba@v2
28
with:
29
- environment-name: git2cpp-dev
30
environment-file: dev-environment.yml
31
- init-shell: bash
32
cache-downloads: true
33
34
- name: Debug
35
run: |
36
- micromamba list
+ micromamba env list
37
which meson
38
39
- name: Build
0 commit comments