Skip to content

Commit

Permalink
Moved restore to before the artifacts pull
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaladay committed Mar 29, 2024
1 parent ee9866c commit 5148fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fhir-oss-ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
dotnet-version: |
6.x
8.x
- name: Nuget Restore
shell: bash
run: dotnet restore
- name: Download Build Artifacts from Job Cache
uses: actions/download-artifact@v4
with:
path: artifacts
- name: Nuget Restore
shell: bash
run: dotnet restore
- name: Package Web Build Artifacts
uses: ./.github/actions/package-web-build-artifacts
with:
Expand Down

0 comments on commit 5148fa0

Please sign in to comment.