mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
Update config.yml
This commit is contained in:
parent
7e89146355
commit
155943d4de
@ -28,6 +28,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: npm run test -- --headless
|
command: npm run test -- --headless
|
||||||
|
- run:
|
||||||
|
name: Run tests using React 18
|
||||||
|
command: REACT_VERSION=18.2.0 npm run test -- --headless
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
run-tests:
|
run-tests:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user