Skip to content

Commit

Permalink
Missing swa emulator from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Aug 20, 2024
1 parent 4ffa137 commit 45b0a07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,18 @@ jobs:
with:
distribution: "microsoft"
java-version: "21"
- uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Install Aspire workload
run: dotnet workload install aspire
- name: Setup .NET dev certs
run: |
dotnet tool update -g linux-dev-certs
dotnet linux-dev-certs install
- name: Install SWA emulator
run: |
npm install -g @azure/static-web-apps-cli
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 45b0a07

Please sign in to comment.