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 <[email protected]>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent f3c1b9b commit c567e91
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ jobs:
needs: [build-privateer, build-azure-blob-storage]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/download-artifact@v3
with:
name: release-artifacts
Expand All @@ -167,10 +170,10 @@ jobs:
- name: RUN ls
run: |
ls -al
tar -xvf test_harness.tar
tar -xvf azure_blob.tar
tar xvf test_harness.tar
tar xvf azure_blob.tar
ls -al
# - name: RUN sally command
# run: |
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
- name: RUN sally command
run: |
./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml

0 comments on commit c567e91

Please sign in to comment.