|
|
@@ -21,7 +21,8 @@ on:
|
|
|
jobs:
|
|
|
install:
|
|
|
runs-on: ubuntu-latest
|
|
|
- container: cypress/browsers:node16.5.0-chrome94-ff93
|
|
|
+ container:
|
|
|
+ image: cypress/browsers:node14.16.0-chrome90-ff88
|
|
|
if: ${{ github.repository_owner == 'DouyinFE' }}
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
@@ -46,7 +47,8 @@ jobs:
|
|
|
runTests: false
|
|
|
chrome-tests:
|
|
|
runs-on: ubuntu-latest
|
|
|
- container: cypress/browsers:node16.5.0-chrome94-ff93
|
|
|
+ container:
|
|
|
+ image: cypress/browsers:node14.16.0-chrome90-ff88
|
|
|
needs: install
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
@@ -82,7 +84,7 @@ jobs:
|
|
|
firefox-tests:
|
|
|
runs-on: ubuntu-latest
|
|
|
container:
|
|
|
- image: cypress/browsers:node16.5.0-chrome94-ff93
|
|
|
+ image: cypress/browsers:node14.16.0-chrome90-ff88
|
|
|
options: --user 1001
|
|
|
needs: install
|
|
|
strategy:
|