Skip to content

Commit

Permalink
Getting directory info
Browse files Browse the repository at this point in the history
  • Loading branch information
skalyanaraman57 committed Jul 5, 2024
1 parent 7c5bad3 commit ba2bc74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Check current directory
run: pwd

- name: Check folders under current directory
run: ls -l

- name: Install dependencies
run: |
cd nvtrust/guest_tools/gpu_verifier/local_gpu_verifier
Expand Down

0 comments on commit ba2bc74

Please sign in to comment.