Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
Remove local xcode project
Remove unit test script
  • Loading branch information
dogo committed Dec 16, 2023
1 parent e132782 commit 0fb48c0
Show file tree
Hide file tree
Showing 35 changed files with 74 additions and 1,149 deletions.
9 changes: 0 additions & 9 deletions .github/scripts/test_app.sh

This file was deleted.

19 changes: 16 additions & 3 deletions .github/workflows/Testing.yml
Expand Up @@ -5,6 +5,15 @@ jobs:
test:
name: Testing SketchKit
runs-on: macos-13
strategy:
matrix:
scheme: [
SketchKit
]
destination: [
'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0.1'
]

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -31,9 +40,13 @@ jobs:
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Running SketchKit Unit Tests
run: exec ./.github/scripts/test_app.sh
shell: bash
- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
run: |
xcodebuild -scheme ${{ matrix.scheme }} \
-sdk iphonesimulator \
-destination '${{ matrix.destination }}' \
-enableCodeCoverage YES \
test | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
Expand Down
25 changes: 0 additions & 25 deletions SketchKit.xcodeproj/SketchKitTests_Info.plist

This file was deleted.

25 changes: 0 additions & 25 deletions SketchKit.xcodeproj/SketchKit_Info.plist

This file was deleted.

0 comments on commit 0fb48c0

Please sign in to comment.