Skip to content

Commit fd07acd

Browse files
committed
Disable Carthage tests, don't run tests twice
1 parent 5d8ef80 commit fd07acd

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build and test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- master
39
concurrency:
410
group: ci-${{ github.ref }}
511
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
@@ -45,26 +51,6 @@ jobs:
4551
env:
4652
VALIDATOR_SUBSPEC: SQLCipher
4753
run: ./run-tests.sh
48-
- name: "Run tests (CARTHAGE_PLATFORM: iOS)"
49-
env:
50-
CARTHAGE_PLATFORM: iOS
51-
run: ./run-tests.sh
52-
- name: "Run tests (CARTHAGE_PLATFORM: Mac)"
53-
env:
54-
CARTHAGE_PLATFORM: Mac
55-
run: ./run-tests.sh
56-
- name: "Run tests (CARTHAGE_PLATFORM: watchOS)"
57-
env:
58-
CARTHAGE_PLATFORM: watchOS
59-
run: ./run-tests.sh
60-
- name: "Run tests (CARTHAGE_PLATFORM: tvOS)"
61-
env:
62-
CARTHAGE_PLATFORM: tvOS
63-
run: ./run-tests.sh
64-
- name: "Run tests (CARTHAGE_PLATFORM: visionOS)"
65-
env:
66-
CARTHAGE_PLATFORM: visionOS
67-
run: ./run-tests.sh
6854
build-linux:
6955
runs-on: ubuntu-latest
7056
steps:

0 commit comments

Comments
 (0)