Skip to content

Commit

Permalink
print contents of current directory in predict.yml to check
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilank6 committed Aug 4, 2024
1 parent b0e20cc commit 47d3491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
shopt -s extglob
rm -rf !(scripts)
- name: Print the current directory
run: pwd
- name: Print contents of the current directory
run: ls -la

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
Expand Down

0 comments on commit 47d3491

Please sign in to comment.