Skip to content

Commit 45626d5

Browse files
committed
Force cold-boot emulator and rely on file-path installs
1 parent acfea09 commit 45626d5

File tree

5 files changed

+1947
-8
lines changed

5 files changed

+1947
-8
lines changed

.github/workflows/scripts-android.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
run: ./scripts/build-android-port.sh -q -DskipTests
2424
- name: Build Hello Codename One Android app
2525
run: ./scripts/build-android-app.sh -q -DskipTests
26+
- name: Upload UI test artifacts
27+
if: always()
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: hello-codenameone-ui-test-artifacts
31+
path: ${{ env.CN1_UI_TEST_ARTIFACT_DIR }}
32+
if-no-files-found: warn

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
**/.idea/*
2727
**/build/*
2828
**/dist/*
29+
build-artifacts/
2930
*.zip
3031
CodenameOneDesigner/src/version.properties
3132
/Ports/iOSPort/build/

0 commit comments

Comments
 (0)