Skip to content

Commit d7674e3

Browse files
authored
Merge pull request #12 from sideeffect-io/feature/sample-task-tracker
sample: add TaskTracker
2 parents 5f243d3 + 25341ee commit d7674e3

58 files changed

Lines changed: 3094 additions & 818 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,21 @@ jobs:
2929
uses: codecov/codecov-action@v3
3030
with:
3131
files: ${{join(fromJSON(steps.coverage-files.outputs.files), ',')}}
32+
33+
Samples:
34+
35+
runs-on: macos-12
36+
37+
strategy:
38+
matrix:
39+
project: [TaskTracker]
40+
steps:
41+
- name: Checkout branch
42+
uses: actions/checkout@v3
43+
- name: Test
44+
uses: sersoft-gmbh/xcodebuild-action@v2
45+
with:
46+
project: ./Samples/${{ matrix.project }}/${{ matrix.project }}.xcodeproj
47+
scheme: ${{ matrix.project }}
48+
destination: "platform=iOS Simulator,name=iPhone 13 Pro"
49+
action: test

Sample/Sample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 370 deletions
This file was deleted.

0 commit comments

Comments
 (0)