Skip to content

Commit b31daf9

Browse files
committed
feat: update tf modules
Signed-off-by: Rudra Gupta <[email protected]>
1 parent 62c184b commit b31daf9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/check-compliance.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,15 @@ jobs:
170170
- name: RUN ls
171171
run: |
172172
ls -al
173-
tar -xf test_harness.tar
174-
tar -xf ABS.tar
175-
ls -al
173+
- name: Extract test harness
174+
run: tar -xf test_harness.tar
175+
- name: Extract ABS
176+
run: tar -xf ABS.tar
177+
- name: RUN ls
178+
run: |
179+
ls -al
180+
181+
176182
# - name: RUN sally command
177183
# run: |
178184
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml

0 commit comments

Comments
 (0)