Skip to content

Commit

Permalink
Change the extensions path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua committed Jan 25, 2024
1 parent 1b9782f commit 70bbbbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/edfi.codegen pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: Ed-Fi-Alliance-OSS/Ed-Fi-Extensions
path: Ed-Fi-Extensions
# The integration tests are looking for Ed-Fi-ODS/Ed-Fi-Extensions when run in GitHub
path: Ed-Fi-ODS/Ed-Fi-Extensions

- name: Confirm Branch Exists in Ed-Fi-Extensions
working-directory: ./Ed-Fi-ODS/
shell: pwsh
run: |
./build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "../Ed-Fi-Extensions"
./build.githubactions.ps1 CheckoutBranch -RelativeRepoPath "Ed-Fi-Extensions"
- name: Run Integration Tests
working-directory: ./Ed-Fi-ODS/Utilities/CodeGeneration
Expand Down

0 comments on commit 70bbbbb

Please sign in to comment.