Fix test run description to include browser
This commit is contained in:
parent
32b4787c76
commit
7ce2013abe
4
.github/workflows/snapshot_release.yml
vendored
4
.github/workflows/snapshot_release.yml
vendored
@ -55,11 +55,11 @@ jobs:
|
|||||||
cd ./main/tests/cypress
|
cd ./main/tests/cypress
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
- name: Test with Cypress on chrome
|
- name: Test with Cypress on ${{ matrix.browser }}
|
||||||
run: |
|
run: |
|
||||||
echo REFINE_MIN_MEMORY=1400M >> ./refine.ini
|
echo REFINE_MIN_MEMORY=1400M >> ./refine.ini
|
||||||
echo REFINE_MEMORY=4096M >> ./refine.ini
|
echo REFINE_MEMORY=4096M >> ./refine.ini
|
||||||
./refine ui_test chrome s5du3k "${{ secrets.CYPRESS_RECORD_KEY }}"
|
./refine ui_test ${{ matrix.browser }} s5du3k "${{ secrets.CYPRESS_RECORD_KEY }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user