Skip to content

Commit 08733c4

Browse files
authored
Disable RTDB unit tests for now in XC15 CI (#12087)
1 parent 09c2644 commit 08733c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/database.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
include:
3232
- os: macos-12
3333
xcode: Xcode_14.2
34+
tests: --test-specs=unit
3435
- os: macos-13
3536
xcode: Xcode_15.0.1
37+
tests: --skip-tests
3638
runs-on: ${{ matrix.os }}
3739
steps:
3840
- uses: actions/checkout@v3
@@ -42,7 +44,7 @@ jobs:
4244
- name: Xcode
4345
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
4446
- name: Build and test
45-
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec --test-specs=unit --platforms=${{ matrix.target }}
47+
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseDatabase.podspec ${{ matrix.tests }} --platforms=${{ matrix.target }}
4648

4749
integration:
4850
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)