Skip to content

Commit

Permalink
Add ref to remote branch and test
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Sep 18, 2023
1 parent 67c9238 commit 248732b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
with:
repository: microsoft/Oryx
path: oryx
ref: snehapar/Add-libbrotli-dev

- name: Log in to Azure
uses: azure/login@v1
Expand All @@ -91,7 +92,8 @@ jobs:

- name: Install Dependencies
run: |
sudo apt-get install -y libbrotli-dev
sudo apt-get update
sudo apt-get -y install brotli lbrotlienc libbrotli-dev libbrotlicommon
- name: Execute Azure Container Apps Build and Deploy Action
uses: ./
Expand Down

0 comments on commit 248732b

Please sign in to comment.