|
|
@ -122,7 +122,7 @@ jobs: |
|
|
|
- run: unzip ./persist/desktopbuild.zip |
|
|
|
- run: unzip ./persist/desktopbuild.zip |
|
|
|
- node/install: |
|
|
|
- node/install: |
|
|
|
install-yarn: true |
|
|
|
install-yarn: true |
|
|
|
node-version: '20.2' |
|
|
|
node-version: '20.5' |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
node -v |
|
|
|
node -v |
|
|
@ -140,13 +140,11 @@ jobs: |
|
|
|
name: "Run tests" |
|
|
|
name: "Run tests" |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
cd apps/remixdesktop/ |
|
|
|
cd apps/remixdesktop/ |
|
|
|
nvm use 20.2 |
|
|
|
|
|
|
|
./run_ci_test.sh |
|
|
|
./run_ci_test.sh |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: "Run isogit tests" |
|
|
|
name: "Run isogit tests" |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
cd apps/remixdesktop/ |
|
|
|
cd apps/remixdesktop/ |
|
|
|
nvm use 20.2 |
|
|
|
|
|
|
|
./run_git_ui_isogit_tests.sh |
|
|
|
./run_git_ui_isogit_tests.sh |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./apps/remixdesktop/reports/tests |
|
|
|
path: ./apps/remixdesktop/reports/tests |
|
|
|