Skip to content

Commit

Permalink
fix: test CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 21, 2023
1 parent 6821d7c commit 56dd191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: brew install xcbeautify

- name: Test
run: set -o pipefail && xcodebuild test -scheme MiniSim -destination 'platform=macOS' -skipPackagePluginValidation build | xcbeautify
run: set -o pipefail && xcodebuild -scheme MiniSim -destination 'platform=macOS' -skipPackagePluginValidation test | xcbeautify

- name: Build
run: set -o pipefail && xcodebuild -scheme MiniSim -destination 'platform=macOS' -skipPackagePluginValidation build | xcbeautify
4 changes: 2 additions & 2 deletions MiniSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = pl.okwasniewski.MiniSimTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -849,7 +849,7 @@
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = pl.okwasniewski.MiniSimTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 56dd191

Please sign in to comment.