Skip to content

Commit e551270

Browse files
committed
debug
1 parent 71cc942 commit e551270

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
defaults:
1313
run:
14-
shell: bash
14+
shell: bash -leo pipefail {0}
1515

1616
jobs:
1717
test:
@@ -26,14 +26,12 @@ jobs:
2626
- name: Create micromamba environment
2727
uses: mamba-org/setup-micromamba@v2
2828
with:
29-
environment-name: git2cpp-dev
3029
environment-file: dev-environment.yml
31-
init-shell: bash
3230
cache-downloads: true
3331

3432
- name: Debug
3533
run: |
36-
micromamba list
34+
micromamba env list
3735
which meson
3836
3937
- name: Build

0 commit comments

Comments
 (0)