Skip to content

Commit

Permalink
added more ls -l checks to see what's going wrong in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Mar 13, 2024
1 parent 5a5908e commit 6d1fa48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
path: $HOME/netmhc-bundle
- name: Configure netmhc-bundle paths
run: |
export NETMHC_BUNDLE_HOME=$$HOME/netmhc-bundle
export NETMHC_BUNDLE_HOME=$HOME/netmhc-bundle
echo "Home dir:" && ls -l $HOME && echo "NetMHC-Bundle dir:" && ls -l $NETMHC_BUNDLE_HOME
mkdir $HOME/tmp
export NETMHC_BUNDLE_TMPDIR=$HOME/tmp
export PATH=$PATH:$NETMHC_BUNDLE_HOME/bin
Expand Down

0 comments on commit 6d1fa48

Please sign in to comment.