Skip to content

Commit 269527b

Browse files
committed
feat: update tf modules
Signed-off-by: Rudra Gupta <[email protected]>
1 parent a2d1823 commit 269527b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/check-compliance.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@ jobs:
174174
- name: RUN ls
175175
run: |
176176
ls -al
177+
- name: cd into test_harness directory
178+
run: |
179+
cd test_harness.tar
180+
ls -al
181+
- name: cd into ABS directory
182+
run: |
183+
cd ABS.tar
184+
ls -al
177185
- name: Extract test harness
178186
run: tar -xf test_harness.tar
179187
- name: Extract ABS

0 commit comments

Comments
 (0)