We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edc968 commit a819408Copy full SHA for a819408
.github/workflows/e2e.yml
@@ -40,7 +40,7 @@ jobs:
40
env:
41
GITHUB_ACTOR: ${{ github.actor }}
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- run: xcodebuild build test -scheme "e2e-Package" -destination "platform=iOS Simulator,name=IPhone 14" -resultBundlePath e2eTests/Target/TestResults.xcresult | xcpretty
+ run: xcodebuild build test -scheme "e2e-Package" -destination "platform=iOS Simulator,name=IPhone 14" -resultBundlePath e2eTests/Target/TestResults.xcresult -skipPackagePluginValidation | xcpretty
44
45
- name: Publish tests results
46
uses: kishikawakatsumi/[email protected]
0 commit comments