Skip to content

Commit

Permalink
naming file by the end
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 18, 2023
1 parent 5392dee commit a3b2c1b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,21 @@ jobs:
mv --force ./ephy_testing_data $HOME/spikeinterface_datasets/
- name: Show size of the cache to assert data is downloaded
run: |
cd ${{ github.workspace }}
cd $HOME
pwd
du -hs spikeinterface_datasets
cd spikeinterface_datasets
pwd
ls -lh # Should show ephy_testing_data
cd ephy_testing_data
ls -lh
ls -lh
- name: Duplicated to test equivalence between ~ and $HOME
run: |
cd ~
pwd
du -hs spikeinterface_datasets
cd spikeinterface_datasets
pwd
ls -lh # Should show ephy_testing_data
cd ephy_testing_data
ls -lh

0 comments on commit a3b2c1b

Please sign in to comment.