Skip to content

Commit

Permalink
pathiz
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Nov 6, 2023
1 parent a3897d5 commit a09db02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,19 @@ jobs:
| tee xcodebuild.log
- name: ls
working-directory: ./examples/Rn071/ios/
run: |
ls -la DerivedData
ls -la DerivedData/Build/Products
ls -la ./examples/Rn071
ls -la ./examples/Rn071/ios
- uses: mobile-dev-inc/action-maestro-cloud@v1.4.0
# Temp
if: always()
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/Rn071.app
app-file: ./examples/Rn071/DerivedData/Build/Products/Debug-iphonesimulator/Rn071.app

- name: Upload logs when workflow failed
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a09db02

Please sign in to comment.