From a8194086ad186fb063f9438ac94af81503e8e2bd Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Mon, 25 Mar 2024 09:11:26 -0600 Subject: [PATCH] test: enable plugins in CI Signed-off-by: Allain Magyar --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fa03a80c..3157bf33 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,7 +40,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - 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 - name: Publish tests results uses: kishikawakatsumi/xcresulttool@v1.7.1