|
|
|
@ -119,7 +119,7 @@ jobs: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
@ -157,7 +157,7 @@ jobs: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
@ -195,7 +195,7 @@ jobs: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
@ -233,7 +233,7 @@ jobs: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
@ -271,7 +271,7 @@ jobs: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
@ -307,7 +307,7 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: selenium-install |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
|