Skip to content

Commit

Permalink
Replace Android e2e model download step
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Feb 3, 2025
1 parent c591153 commit d49d0c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d49d0c2

Please sign in to comment.