Skip to content

Commit

Permalink
Add step to clone oryx
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Jan 10, 2024
1 parent c8a1f40 commit 771e417
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,12 @@ jobs:
- name: Checkout action repository
uses: actions/checkout@v3

- name: Clone Oryx repository
uses: actions/checkout@v3
with:
repository: microsoft/Oryx
path: oryx

- name: Log in to Azure
uses: azure/login@v1
with:
Expand Down

0 comments on commit 771e417

Please sign in to comment.