Skip to content

Commit

Permalink
Add test ls to view files in working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Oct 26, 2023
1 parent 634b18d commit 6a43639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare-ptaxsim/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ runs:
if: steps.cache_db.outputs.cache-hit != 'true'
run: |
aws s3 cp ${{ inputs.PTAXSIM_DB_BASE_URI }}/ptaxsim-${{ env.PTAXSIM_VERSION }}.db.bz2 ptaxsim.db.bz2 --quiet
ls
ls ${{ github.workspace }}
shell: bash

- name: Unpack database (Linux)
Expand Down

0 comments on commit 6a43639

Please sign in to comment.