From fb043b9308e5b14ab62c0e3cbda443a58670a2c5 Mon Sep 17 00:00:00 2001 From: zonble Date: Tue, 18 Jan 2022 15:39:07 +0800 Subject: [PATCH] Updates CI settings. --- .github/workflows/continuous-integration-workflow.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index af0e7d1f..f52cf8cd 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -20,9 +20,6 @@ jobs: - name: Test CandidateUI run: swift test working-directory: Packages/CandidateUI - - name: Test CandidateUI - run: swift test - working-directory: Packages/CandidateUI - name: Test OpenCCBridge run: swift test working-directory: Packages/OpenCCBridge