parent
1e0a012ced
commit
b98cfc18d3
10
.github/workflows/pull_request.yml
vendored
10
.github/workflows/pull_request.yml
vendored
@ -132,16 +132,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
|
|
||||||
- name: Install Edge
|
|
||||||
if: matrix.browser == 'edge'
|
|
||||||
run: |
|
|
||||||
sudo curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
|
||||||
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
|
|
||||||
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
|
|
||||||
sudo rm microsoft.gpg
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install microsoft-edge-dev
|
|
||||||
|
|
||||||
- name: Restore Tests dependency cache
|
- name: Restore Tests dependency cache
|
||||||
uses: actions/cache@v2.1.6
|
uses: actions/cache@v2.1.6
|
||||||
with:
|
with:
|
||||||
|
12
.github/workflows/snapshot_release.yml
vendored
12
.github/workflows/snapshot_release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: npm install --save glob && node main/tests/cypress/build-test-matrix.js
|
run: npm install --save glob && node main/tests/cypress/build-test-matrix.js
|
||||||
env:
|
env:
|
||||||
browsers: chrome,edge
|
browsers: chrome
|
||||||
ui_test:
|
ui_test:
|
||||||
needs: prepare_ui_test_matrix
|
needs: prepare_ui_test_matrix
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -58,16 +58,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
|
|
||||||
- name: Install Edge
|
|
||||||
if: matrix.browser == 'edge'
|
|
||||||
run: |
|
|
||||||
sudo curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
|
|
||||||
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
|
|
||||||
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
|
|
||||||
sudo rm microsoft.gpg
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install microsoft-edge-dev
|
|
||||||
|
|
||||||
- name: Restore Tests dependency cache
|
- name: Restore Tests dependency cache
|
||||||
uses: actions/cache@v2.1.6
|
uses: actions/cache@v2.1.6
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user