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 <grudra7714@gmail.com>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent a2d1823 commit 269527b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ jobs:
- name: RUN ls
run: |
ls -al
- name: cd into test_harness directory
run: |
cd test_harness.tar
ls -al
- name: cd into ABS directory
run: |
cd ABS.tar
ls -al
- name: Extract test harness
run: tar -xf test_harness.tar
- name: Extract ABS
Expand Down

0 comments on commit 269527b

Please sign in to comment.