Skip to content

Commit

Permalink
Let Playwright start the server
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBroersma committed May 2, 2024
1 parent 2e55199 commit c513c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: npx playwright install --with-deps

- name: Run Playwright tests
run: npx remix-serve ./build/server/index.js & npx playwright test
run: npx playwright test
env:
AZURE_TENANT_ID: ${{ vars.ARM_TENANT_ID }}
AZURE_CLIENT_ID: ${{ vars.AZURE_APP_CLIENT_ID }}
Expand Down

0 comments on commit c513c4d

Please sign in to comment.