-
Notifications
You must be signed in to change notification settings - Fork 538
59 lines (53 loc) · 1.38 KB
/
swift-mail-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Swift CI - Mail
on:
pull_request:
types: [ opened, synchronize, edited ]
paths:
- 'app-ios/**'
- '.github/workflows/swift-mail-test.yml'
push:
branches:
- dev-*
- '*/dev'
paths:
- 'app-ios/**'
env:
swift-version: "5.9.2"
swift-format-version: "509.0.0"
jobs:
test-swift:
runs-on: macos-14
permissions:
actions: none
checks: none
contents: read
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
submodules: 'true'
- uses: ./.github/shared/swift-common
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #3.0.2
id: filter
with:
filters: |
mail:
- 'app-ios/tutanota/**'
calendar:
- 'app-ios/calendar/**'
- name: Test Mail
working-directory: app-ios
if: ${{ steps.filter.outputs.calendar == 'false' || steps.filter.outputs.mail == 'true' }} # Runs mail test also as fallback test
run: |
mkdir -p ../build
xcodegen --spec mail-project.yml
fastlane test_github