Skip to content

Commit a819408

Browse files
committed
test: enable plugins in CI
Signed-off-by: Allain Magyar <[email protected]>
1 parent 7edc968 commit a819408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
GITHUB_ACTOR: ${{ github.actor }}
4242
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
43+
run: xcodebuild build test -scheme "e2e-Package" -destination "platform=iOS Simulator,name=IPhone 14" -resultBundlePath e2eTests/Target/TestResults.xcresult -skipPackagePluginValidation | xcpretty
4444

4545
- name: Publish tests results
4646
uses: kishikawakatsumi/[email protected]

0 commit comments

Comments
 (0)