From ea4da31f4cf74fb758d6eb440cadb0b873d3ca8c Mon Sep 17 00:00:00 2001 From: Rudrank Riyam Date: Mon, 13 Sep 2021 02:59:00 +0530 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 0ece68c..3db7813 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -18,4 +18,4 @@ jobs: - name: Build run: swift build -v - name: Run tests - run: xcodebuild -scheme RRQuotableKit -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' test | xcpretty + run: xcodebuild -scheme QuoteKit -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' test | xcpretty