Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 28, 2024
1 parent adaf9c3 commit bbe8898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mocha-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
working-directory: example
run: yarn test:mocha:ios

# - name: Prepare articrafts
if: failure()
- name: Prepare articrafts
# if: failure()
run: |
mkdir articrafts
find /Users/runner/Library/Developer/CoreSimulator/Devices/ -path '*Documents/ldk' -exec cp -r "{}" articrafts/ \;
Expand Down

0 comments on commit bbe8898

Please sign in to comment.