File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 99 branches : [bump-meilisearch-v*]
1010
1111jobs :
12- integeration_tests :
13- name : integration-tests
14- runs-on : macos-11
12+ integration_tests :
13+ name : integration-tests on ${{ matrix.os }}
14+ runs-on : ${{ matrix.os }}
15+ strategy :
16+ matrix :
17+ os : ["macos-latest", "ubuntu-20.04"]
1518 env :
1619 DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
1720 steps :
Original file line number Diff line number Diff line change 1010 - main
1111
1212jobs :
13- integeration_tests :
13+ integration_tests :
1414 # Will not run if the event is a PR to bump-meilisearch-v* (so a pre-release PR)
1515 # Will still run for each push to bump-meilisearch-v*
1616 if : github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
17- name : integration-tests
18- runs-on : macos-latest
17+ name : integration-tests on ${{ matrix.os }}
18+ runs-on : ${{ matrix.os }}
19+ strategy :
20+ matrix :
21+ os : ["macos-latest", "ubuntu-20.04"]
1922 env :
2023 DEVELOPER_DIR : /Applications/Xcode_12.4.app/Contents/Developer
2124 GITHUB_PAT : ${{ secrets.MEILIBOT_PAT_REPO }}
Original file line number Diff line number Diff line change 1- status = [' integration-tests' , ' linter-check' ]
1+ status = [
2+ ' integration-tests on macos-11' ,
3+ ' integration-tests on ubuntu-20.04' ,
4+ ' linter-check'
5+ ]
26# 1 hour timeout
37timeout-sec = 3600
You can’t perform that action at this time.
0 commit comments