Skip to content

Commit cffb36e

Browse files
author
Thomas Taschauer
committed
fix test action
1 parent 088ce96 commit cffb36e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949

5050
- name: run tests
5151
run: bundle exec fastlane tests
52-
- uses: actions/upload-artifact@v2
53-
if: ${{ always() }}
54-
with:
55-
name: logs
56-
path: |
57-
/Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/
52+
# - uses: actions/upload-artifact@v2
53+
# if: ${{ always() }}
54+
# with:
55+
# name: logs
56+
# path: |
57+
# /Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/

0 commit comments

Comments
 (0)