diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 5a8542a..bfeceb8 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -1,7 +1,7 @@ # This workflow will build a Swift project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift -name: Run Test +name: Run Test on: push: @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Build Xcode run: | - xcodebuild clean test -project CamPlace.xcodeproj \ - -scheme CamPlace \ - -destination 'platform=iOS Simulator,name=iPhone 13,OS=latest' + xcodebuild clean test -project CamPlace.xcodeproj \ + -scheme CamPlace \ + -destination 'platform=iOS Simulator,name=iPhone 13,OS=latest'