Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <grudra7714@gmail.com>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent 269527b commit e0a192e
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,32 +166,19 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: release-artifacts
path: test_harness.tar
- uses: actions/download-artifact@v3
with:
name: release-artifacts
path: ABS.tar
path: artifacts
- 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
run: tar -xf ABS.tar
- name: RUN ls
run: |
ls -al
cd artifacts
tar -xf test_harness.tar
tar -xf ABS.tar
ls -al
# - name: RUN sally command
# run: |
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
- name: RUN sally command
run: |
cd artifacts
./privateer sally ./ABS -c ../config.yml

0 comments on commit e0a192e

Please sign in to comment.