Following the tutorial at https://docs.microsoft.com/en-us/azure/static-web-apps/deploy-nextjs causes the github action/build Playwright tests to fail on the steps "store reports" and "notify dashboard". I'm not familiar with these actions, but it looks like there is some publishing going on to mspnp/intern-js-pipeline which I'm assuming all users don't have access to.
Setup between github and Azure Static Web App works fine, and the workflow in .github\workflow\azure-static-web-apps-<random>.yml deploys the static code to both production and preview deployments fine.
Following the tutorial at https://docs.microsoft.com/en-us/azure/static-web-apps/deploy-nextjs causes the github action/build
Playwright tests
to fail on the steps "store reports" and "notify dashboard". I'm not familiar with these actions, but it looks like there is some publishing going on tomspnp/intern-js-pipeline
which I'm assuming all users don't have access to.Related PR: https://github.com/staticwebdev/nextjs-starter/pull/34
Misc.:
.github\workflow\azure-static-web-apps-<random>.yml
deploys the static code to both production and preview deployments fine.Let me know if you need any more input.