mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
Always check and/or install latest browsers (#4517)
This commit is contained in:
@ -54,7 +54,6 @@ jobs:
|
|||||||
- ~/.npm
|
- ~/.npm
|
||||||
- ~/.cache
|
- ~/.cache
|
||||||
- node_modules
|
- node_modules
|
||||||
- ~/Library/Caches/ms-playwright
|
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
equal: [ "", <<parameters.browser>> ] #Only run linting when browsers are not running to save time
|
equal: [ "", <<parameters.browser>> ] #Only run linting when browsers are not running to save time
|
||||||
@ -91,7 +90,7 @@ jobs:
|
|||||||
- ~/.npm
|
- ~/.npm
|
||||||
- ~/.cache
|
- ~/.cache
|
||||||
- node_modules
|
- node_modules
|
||||||
- ~/Library/Caches/ms-playwright
|
- run: npx playwright install
|
||||||
- run: npm run test:e2e:<<parameters.suite>>
|
- run: npm run test:e2e:<<parameters.suite>>
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results/results.xml
|
path: test-results/results.xml
|
||||||
|
Reference in New Issue
Block a user