From d49d0c287036e55674876a74d828c0690d00c5f7 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Mon, 3 Feb 2025 10:16:38 +0100 Subject: [PATCH] Replace Android e2e model download step --- .github/workflows/e2e_android.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index 196e4e930..f19b97105 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -93,7 +93,7 @@ jobs: # Download the example model otherwise an error alert will be shown on app start, requires .env - name: Download a fake cv model and taxonomy file into the assets folder - run: npm run add-github-actions-test-model + run: npm run add-example-model -- -f=main # Macos-latest runner has 3 Java versions pre-installed, if not specified as here, the build step errors with requiring at least Java 11 or higher # So, this step is needed for the apk build step, but somehow this is breaking emulator setup, so it is placed here diff --git a/package.json b/package.json index 76daaf5ba..2ac4c3b6a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "e2e": "npm run e2e:build && npm run e2e:test", "icons": "./scripts/update-icon-font.sh", "add-example-model": "node scripts/add-example-model.js", - "add-github-actions-test-model": "node scripts/add-github-actions-test-model.js", "reassure": "reassure" }, "dependencies": {