Skip to content

Commit

Permalink
ci: Run checks on merge queues
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Cooper committed Jul 20, 2023
1 parent 82b9cc7 commit d4dd5c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/data-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Data layer integration tests

on:
workflow_dispatch:
pull_request:
branches:
- '*'
branches-ignore:
- 'develop'
merge_group:

jobs:
data-layer-integration-tests:
Expand All @@ -14,14 +16,14 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
# api-level: [ 30 ]
# target: [ google_apis ]
# api-level: [ 30 ]
# target: [ google_apis ]
include:
- api-level: 30
target: google_atd
steps:

# Docker can't be pre-installed on macos due to licensing issues so this is a workaround
# Docker can't be pre-installed on macos due to licensing issues so this is a workaround
- name: Setup docker on macos
run: |
brew install docker
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Pre Merge Checks

on:
push:
branches:
branches-ignore:
- develop
pull_request:
branches:
- '*'
merge_group:

jobs:
gradle-validation:
Expand Down

0 comments on commit d4dd5c7

Please sign in to comment.