Skip to content

Commit fcc42cf

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 3556615 commit fcc42cf

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/garm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
LOG_PASSWORD: ${{ secrets.LOG_PASSWORD }}
106106
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
107107
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
108-
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "master" "IT" ${{github.event.number}} "${{ secrets.GIT_USERNAME }}" "${{ secrets.GIT_TOKEN }}"
108+
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} ${{ matrix.server }} "IT" ${{github.event.number}} "${{ secrets.GIT_USERNAME }}" "${{ secrets.GIT_TOKEN }}"
109109
- name: Archive Espresso results
110110
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
111111
if: ${{ always() }}

library/src/androidTest/java/com/owncloud/android/lib/resources/files/UploadFileRemoteOperationIT.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ class UploadFileRemoteOperationIT : AbstractIT() {
3434

3535
@Test
3636
fun upload() {
37-
val ocCapability =
38-
GetCapabilitiesRemoteOperation()
39-
.execute(nextcloudClient)
40-
.singleData as OCCapability
41-
4237
// create file
4338
val filePath = createFile("text")
4439
val remotePath = "/test.md"

0 commit comments

Comments
 (0)