Skip to content

Commit

Permalink
GHA: use bash login shells
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jan 16, 2024
1 parent 3a01274 commit 79b5fa1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,16 @@ jobs:
- name: setup data
shell: bash -el {0}
run: |
export BASH_ENV=~/.bashrc
mamba info
pushd tests
bash setup.sh
bash -el setup.sh
popd
- name: run workflow
shell: bash -el {0}
run: |
export BASH_ENV=~/.bashrc
pushd tests
bash test.sh
bash -el test.sh
popd
- name: cat all log files on failure
Expand Down

0 comments on commit 79b5fa1

Please sign in to comment.