Skip to content

Commit 14473e9

Browse files
authored
Move Demo into a new Examples folder (#58)
1 parent 3190bba commit 14473e9

File tree

23 files changed

+12
-3
lines changed

23 files changed

+12
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
- 5.7
3434
steps:
3535
- uses: actions/checkout@v2
36-
- name: Test NavigationTransitions
36+
- name: Run Tests
3737
uses: mxcl/xcodebuild@v1
3838
with:
3939
platform: ${{ matrix.platform }}
4040
swift: ~${{ matrix.swift }}
4141
action: test
4242
scheme: NavigationTransitions
4343
- if: ${{ matrix.swift >= 5.7 }}
44-
name: Build Demo
44+
name: Build Examples/Demo
4545
uses: mxcl/xcodebuild@v1
4646
with:
4747
platform: ${{ matrix.platform }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)