Skip to content

Commit

Permalink
Add step to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Sep 18, 2023
1 parent 1e40718 commit 67c9238
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,14 @@ jobs:
with:
creds: ${{ secrets.TEST_AZURE_CREDENTIALS }}

- name: Install Dependencies
run: |
sudo apt-get install -y libbrotli-dev
- name: Execute Azure Container Apps Build and Deploy Action
uses: ./
with:
appSourcePath: '${{ github.workspace }}/oryx/tests/SampleApps/Python/microblog'
appSourcePath: '${{ github.workspace }}/oryx/tests/SampleApps/DotNetCore/Blazor_Function_Sample/blazor-sample-app'
acrName: ${{ vars.TEST_ACR_NAME }}
acrUsername: ${{ secrets.TEST_REGISTRY_USERNAME }}
acrPassword: ${{ secrets.TEST_REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 67c9238

Please sign in to comment.