Skip to content

Commit

Permalink
Add print cat files
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 16, 2024
1 parent 79e1fbe commit a52ea6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
- name: bash -e
shell: pixi run bash -e {0}
run: pixi list
- name: print bash env files
shell: bash -el {0}
run: |
cat ~/.bashrc || true
cat ~/.bash_profile || true
cat ~/.profile || true
cat ~/.bash_login || true
- name: bash -el
shell: pixi run bash -el {0}
run: pixi list

0 comments on commit a52ea6b

Please sign in to comment.