From c1831f79459e72338ac91c43b28bd11ebf6e77e7 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Fri, 5 Aug 2022 01:08:53 +0800 Subject: [PATCH] - Try external tests --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index deb22020..14ca4cdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -211,6 +211,7 @@ jobs: api-issuer-id: ${{ secrets.APPLE_API_ISSUER_ID }} team-id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }} apple-id: ${{ secrets.APPLE_APPLE_ID }} + external-test: true - name: Upload artifact uses: actions/upload-artifact@v3 with: @@ -334,6 +335,7 @@ jobs: api-issuer-id: ${{ secrets.APPLE_API_ISSUER_ID }} team-id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }} apple-id: ${{ secrets.APPLE_APPLE_ID }} + external-test: true - name: Upload artifact uses: actions/upload-artifact@v3 with: