Skip to content

Commit

Permalink
Testing azure cli action
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsak committed Mar 2, 2023
1 parent 56fb22e commit b796d33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/medicines-web-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,11 @@ jobs:
with:
name: medicines-pa11y-screenshots
path: medicines/web/pa11y-screenshots

- name: Test azure cli function
uses: Azure/cli
with:
azcliversion: latest
inlineScript: |
az storage blob show -c "gtestremove" -n"testing.pdf" --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}"

0 comments on commit b796d33

Please sign in to comment.