Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <[email protected]>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent 62c184b commit b31daf9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,15 @@ jobs:
- name: RUN ls
run: |
ls -al
tar -xf test_harness.tar
tar -xf ABS.tar
ls -al
- name: Extract test harness
run: tar -xf test_harness.tar
- name: Extract ABS
run: tar -xf ABS.tar
- name: RUN ls
run: |
ls -al
# - name: RUN sally command
# run: |
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
Expand Down

0 comments on commit b31daf9

Please sign in to comment.