File tree Expand file tree Collapse file tree 3 files changed +8
-25
lines changed Expand file tree Collapse file tree 3 files changed +8
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : " macOS 11"
2
2
3
3
on :
4
- push :
5
- branches :
6
- - master
7
- - develop
8
- - hotfix
9
- - feature/github-actions-2.0
10
- paths :
11
- - Packag*.swift
12
- - web3swift.podspec
13
- - Cartfile
14
- - Sources/**
15
- - ' Tests/**'
16
- - ' web3swift*/**'
17
- - ' .github/workflows/**'
18
4
pull_request :
19
5
branches :
20
6
- master
21
- - develop
22
- - unstable
7
+
8
+ env :
9
+ DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
23
10
24
11
jobs :
25
12
spm :
28
15
concurrency :
29
16
group : spm-${{ github.run_id }}
30
17
cancel-in-progress : false
31
- env :
32
- DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
33
18
steps :
34
19
- uses : actions/checkout@v2
35
20
- name : Resolve dependencies
@@ -46,14 +31,13 @@ jobs:
46
31
run : swift test --skip-build -c debug --filter localTests
47
32
- name : Run remote tests
48
33
run : swift test --skip-build -c debug --filter remoteTests
34
+
49
35
carthage-iOS :
50
36
name : Carthage
51
37
runs-on : macOS-11
52
38
concurrency :
53
39
group : carthage-${{ github.run_id }}
54
40
cancel-in-progress : false
55
- env :
56
- DEVELOPER_DIR : /Applications/Xcode_13.2.1.app/Contents/Developer
57
41
strategy :
58
42
fail-fast : false
59
43
max-parallel : 2
Original file line number Diff line number Diff line change 21
21
- develop
22
22
- unstable
23
23
24
+ env :
25
+ DEVELOPER_DIR : /Applications/Xcode_13.3.1.app/Contents/Developer
26
+
24
27
jobs :
25
28
spm :
26
29
name : Swift Package Manager 5.5
27
30
runs-on : macOS-12
28
31
concurrency :
29
32
group : spm-${{ github.run_id }}
30
33
cancel-in-progress : false
31
- env :
32
- DEVELOPER_DIR : /Applications/Xcode_13.3.1.app/Contents/Developer
33
34
steps :
34
35
- uses : actions/checkout@v2
35
36
- name : Resolve dependencies
@@ -46,14 +47,13 @@ jobs:
46
47
run : swift test --skip-build -c debug --filter localTests
47
48
- name : Run remote tests
48
49
run : swift test --skip-build -c debug --filter remoteTests
50
+
49
51
carthage-iOS :
50
52
name : Carthage
51
53
runs-on : macOS-12
52
54
concurrency :
53
55
group : carthage-${{ github.run_id }}
54
56
cancel-in-progress : false
55
- env :
56
- DEVELOPER_DIR : /Applications/Xcode_13.3.1.app/Contents/Developer
57
57
strategy :
58
58
fail-fast : false
59
59
max-parallel : 2
You can’t perform that action at this time.
0 commit comments