Simplify GitHub Actions workflow
This commit is contained in:
parent
9d5e508750
commit
79d1de30a1
1 changed files with 0 additions and 8 deletions
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
|
|
@ -23,14 +23,6 @@ jobs:
|
|||
-project Coinly.xcodeproj \
|
||||
-scheme Coinly \
|
||||
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \
|
||||
-allowProvisioningUpdates \
|
||||
CODE_SIGN_IDENTITY="" \
|
||||
CODE_SIGNING_REQUIRED=NO \
|
||||
CODE_SIGNING_ALLOWED=NO
|
||||
|
||||
- name: Upload test results
|
||||
if: success() || failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-results
|
||||
path: build/reports/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue