Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v14/dev' into v15/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Sep 17, 2024
2 parents 19c5711 + 625366f commit 6e6584f
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 9 deletions.
10 changes: 2 additions & 8 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,7 @@ stages:
workingDirectory: tests/Umbraco.Tests.AcceptanceTest

# Test
- ${{ if eq(parameters.isNightly, true) }}:
pwsh: npm run test --ignore-certificate-errors
${{ else }}:
pwsh: npm run smokeTest --ignore-certificate-errors
- pwsh: npm run smokeTest --ignore-certificate-errors
displayName: Run Playwright tests
continueOnError: true
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
Expand Down Expand Up @@ -660,10 +657,7 @@ stages:
workingDirectory: tests/Umbraco.Tests.AcceptanceTest

# Test
- ${{ if eq(parameters.isNightly, true) }}:
pwsh: npm run test --ignore-certificate-errors
${{ else }}:
pwsh: npm run smokeTest --ignore-certificate-errors
- pwsh: npm run smokeTest --ignore-certificate-errors
displayName: Run Playwright tests
continueOnError: true
workingDirectory: tests/Umbraco.Tests.AcceptanceTest
Expand Down
Loading

0 comments on commit 6e6584f

Please sign in to comment.