diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index ccd858b..ec5b94c 100644 --- a/.github/workflows/check-compliance.yml +++ b/.github/workflows/check-compliance.yml @@ -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