mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 20:31:26 +00:00
Always check and/or install latest browsers (#4517)
This commit is contained in:
parent
16786a64c1
commit
b1c97e51e5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user