Skip to content

Commit

Permalink
run correct tool on E2E build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Oct 2, 2023
1 parent 3839d42 commit e58ace9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- run: npm i
- run: npm i -g @azure/static-web-apps-cli
- run: |
dotnet build tools/Ignis.Website.Generator -c Release
dotnet tools/Ignis.Website.Generator/bin/Release/net6.0/Ignis.Website.Generator.dll
dotnet build tools/Ignis.Components.HeroIcons.Generator -c Release
dotnet tools/Ignis.Components.HeroIcons.Generator/bin/Release/net6.0/Ignis.Components.HeroIcons.Generator.dll
- run: dotnet build tests/e2e/Ignis.Tests.E2E.Website -c Release
- run: dotnet publish tests/e2e/Ignis.Tests.E2E.Website/Ignis.Tests.E2E.Website.csproj -c Release
- run: swa deploy -d ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_E2E }} --env production
Expand Down

0 comments on commit e58ace9

Please sign in to comment.