From b31daf914a51eeef5500f66ccf9b9e77c5ee82d9 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Thu, 26 Sep 2024 01:44:51 -0400 Subject: [PATCH] feat: update tf modules Signed-off-by: Rudra Gupta --- .github/workflows/check-compliance.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index 7ce3eb5..be6d959 100644 --- a/.github/workflows/check-compliance.yml +++ b/.github/workflows/check-compliance.yml @@ -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