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