Always check and/or install latest browsers (#4517)

This commit is contained in:
John Hill 2021-11-30 09:10:55 -08:00 committed by GitHub
parent 16786a64c1
commit b1c97e51e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,6 @@ jobs:
- ~/.npm
- ~/.cache
- node_modules
- ~/Library/Caches/ms-playwright
- when:
condition:
equal: [ "", <<parameters.browser>> ] #Only run linting when browsers are not running to save time
@ -91,7 +90,7 @@ jobs:
- ~/.npm
- ~/.cache
- node_modules
- ~/Library/Caches/ms-playwright
- run: npx playwright install
- run: npm run test:e2e:<<parameters.suite>>
- store_test_results:
path: test-results/results.xml