We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ed1cc commit 75eb491Copy full SHA for 75eb491
.github/workflows/database.yml
@@ -38,7 +38,7 @@ jobs:
38
run: scripts/setup_bundler.sh
39
- name: IntegrationTest
40
# Only iOS to mitigate flakes.
41
- run: scripts/third_party/travis/retry.sh scripts/build.sh Database ${{ matrix.target }} iOS
+ run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration
42
43
catalyst:
44
# Don't run on private repo unless it is a PR.
0 commit comments