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 fbc9e6f commit 4ed59b4Copy full SHA for 4ed59b4
1 file changed
.github/workflows/android_main.yml
@@ -56,12 +56,6 @@ jobs:
56
- name: gradle
57
run: ./gradlew assembleDebug lintProDebug lintLiteDebug --stacktrace
58
59
- - name: conan login
60
- run: conan remote login odr admin --password ${{ secrets.ARTIFACTORY }}
61
-
62
- - name: upload binaries to conan repo
63
- run: conan upload "*" --check --confirm --remote odr
64
65
- name: upload apks
66
uses: actions/upload-artifact@v4
67
with:
@@ -172,12 +166,6 @@ jobs:
172
166
173
167
test ! -f sorry_but_tests_are_failing
174
168
175
176
177
178
179
180
181
169
- name: upload test results
182
170
183
171
if: always()
0 commit comments