Skip to content

Commit

Permalink
generate hero icons on E2E build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Oct 2, 2023
1 parent 57b1849 commit 3839d42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
node-version: 18.x
- 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
- 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 3839d42

Please sign in to comment.