Skip to content

Commit

Permalink
Disable tests for problematic quickstarts
Browse files Browse the repository at this point in the history
TODO: investigate test failures and re-enable tests
  • Loading branch information
jrcrespoh committed Aug 21, 2021
1 parent c572308 commit f2f1ce9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LEGACY: false
OS: iOS
DEVICE: iPhone 11
TEST: true
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LEGACY: false
OS: iOS
DEVICE: iPhone 11
TEST: true
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LEGACY: false
OS: iOS
DEVICE: iPhone 11
TEST: true
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LEGACY: false
OS: iOS
DEVICE: iPhone 11
TEST: true
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
LEGACY: false
OS: iOS
DEVICE: iPhone 11
TEST: true
TEST: false
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down

0 comments on commit f2f1ce9

Please sign in to comment.