File tree Expand file tree Collapse file tree 13 files changed +25
-9
lines changed Expand file tree Collapse file tree 13 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' FirebaseAuth**'
7
7
- ' .github/workflows/auth.yml'
8
+ - ' Gemfile'
8
9
schedule :
9
10
# Run every day at 11pm (PST) - cron uses UTC times
10
11
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' FirebaseCore**'
7
7
- ' .github/workflows/core.yml'
8
+ - ' Gemfile'
8
9
schedule :
9
10
# Run every day at 11pm (PST) - cron uses UTC times
10
11
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' Crashlytics**'
7
7
- ' .github/workflows/crashlytics.yml'
8
+ - ' Gemfile'
8
9
schedule :
9
10
# Run every day at 11pm (PST) - cron uses UTC times
10
11
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 6
6
- ' GoogleDataTransport**'
7
7
- ' GoogleDataTransportCCTSupport**'
8
8
- ' .github/workflows/datatransport.yml'
9
+ - ' Gemfile'
9
10
schedule :
10
11
# Run every day at 11pm (PST) - cron uses UTC times
11
12
- cron : ' 0 7 * * *'
35
36
- name : Setup Bundler
36
37
run : scripts/setup_bundler.sh
37
38
- name : Setup project and Test Catalyst
38
- run : scripts/third_party/travis/retry.sh scripts/test_catalyst.sh ${{ matrix.pod }} test
39
+ # Only build the unit tests on Catalyst. Test stopped working when GHA moved to Xcode 11.4.1.
40
+ run : scripts/third_party/travis/retry.sh scripts/test_catalyst.sh ${{ matrix.pod }} build
39
41
40
42
watchos-testapp :
41
43
runs-on : macOS-latest
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- ' FirebaseDynamicLinks**'
7
7
- ' .github/workflows/dynamiclinks.yml'
8
+ - ' Gemfile'
8
9
schedule :
9
10
# Run every day at 11pm (PST) - cron uses UTC times
10
11
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 8
8
- ' *.podspec'
9
9
- ' CoreOnly/**'
10
10
- ' .github/workflows/firebasepod.yml'
11
+ - ' Gemfile'
11
12
schedule :
12
13
# Run every day at 11pm (PST) - cron uses UTC times
13
14
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 45
45
# This workflow
46
46
- ' .github/workflows/firestore.yml'
47
47
48
+ # Rebuild on Ruby infrastructure changes.
49
+ - ' Gemfile'
50
+
48
51
schedule :
49
52
# Run every day at 11pm (PST) - cron uses UTC times
50
53
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 8
8
- ' Interop/**'
9
9
- ' *Interop.podspec'
10
10
- ' .github/workflows/interop.yml'
11
+ - ' Gemfile'
11
12
schedule :
12
13
# Run every day at 11pm (PST) - cron uses UTC times
13
14
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ name: messaging
3
3
on :
4
4
pull_request :
5
5
paths :
6
+ # Messaging sources
6
7
- ' FirebaseMessaging/**'
7
-
8
- # Podspec
8
+ # Podspec
9
9
- ' FirebaseMessaging.podspec'
10
-
10
+ # This file
11
11
- ' .github/workflows/messaging.yml'
12
+ # Rebuild on Ruby infrastructure changes
13
+ - ' Gemfile'
12
14
schedule :
13
15
# Run every day at 11pm (PST) - cron uses UTC times
14
16
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 6
6
- ' FirebaseStorage**'
7
7
- ' .github/workflows/storage.yml'
8
8
- ' scripts/**'
9
+ # Rebuild on Ruby infrastructure changes.
10
+ - ' Gemfile'
9
11
schedule :
10
12
# Run every day at 11pm (PST) - cron uses UTC times
11
13
- cron : ' 0 7 * * *'
35
37
- name : Setup Bundler
36
38
run : scripts/setup_bundler.sh
37
39
- name : Setup project and Build for Catalyst
38
- # Only run the unit tests on Catalyst
39
- run : scripts/test_catalyst.sh FirebaseStorage test FirebaseStorage-Unit-unit
40
+ # Only build the unit tests on Catalyst. Test stopped working when GHA moved to Xcode 11.4.1.
41
+ run : scripts/test_catalyst.sh FirebaseStorage build FirebaseStorage-Unit-unit
40
42
41
43
quickstart :
42
44
env :
You can’t perform that action at this time.
0 commit comments