Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Mar 26, 2024
1 parent 083964c commit 85e4b35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: |
go version
go env
- name: Run tests
run: go test -v -shuffle=on ./mobile
- name: Build the artifact
run: make fula-xcframework
Expand All @@ -50,4 +48,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/cocoapods-bundle.zip.sha256
asset_name: cocoapods-bundle.zip.sha256
asset_content_type: text/plain
asset_content_type: text/plain

0 comments on commit 85e4b35

Please sign in to comment.