We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3877ff0 commit 13ac4d1Copy full SHA for 13ac4d1
.github/workflows/e2e.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Upload APK
49
uses: actions/upload-artifact@v4
50
with:
51
- name: bitkit-e2e-apk
+ name: bitkit-e2e-apk_${{ github.run_number }}
52
path: app/build/outputs/apk/dev/debug/bitkit_e2e.apk
53
54
e2e-tests:
@@ -71,7 +71,7 @@ jobs:
71
- name: Download APK
72
uses: actions/download-artifact@v4
73
74
75
path: bitkit-e2e-tests/aut
76
77
- name: List APK directory contents
@@ -127,7 +127,7 @@ jobs:
127
if: failure()
128
129
130
- name: e2e-artifacts
+ name: e2e-artifacts_${{ github.run_number }}
131
path: bitkit-e2e-tests/artifacts/
132
133
- name: Dump docker logs on failure
0 commit comments