File tree Expand file tree Collapse file tree 2 files changed +9
-30
lines changed Expand file tree Collapse file tree 2 files changed +9
-30
lines changed Original file line number Diff line number Diff line change 11# Testing the code base against a specific Meilisearch feature
22name : Beta tests
33
4+ # Will only run for PRs and pushes to *-beta
45on :
5- pull_request :
66 push :
7- # trying and staging branches are for BORS config
8- branches :
9- - trying
10- - staging
11- - main
12-
13- # TODO: CHANGE
14- # Will only run for PRs and pushes to *-beta
15- # on:
16- # push:
17- # branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
18- # pull_request:
19- # branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
7+ branches : ['!bump-meilisearch-v*.*.*-beta', '**-beta']
8+ pull_request :
9+ branches : ['!bump-meilisearch-v*.*.*-beta', '**-beta']
2010
2111jobs :
2212 meilisearch-version :
3020 run : |
3121 MEILISEARCH_VERSION=$(sh .github/scripts/beta-docker-version.sh)
3222 echo $MEILISEARCH_VERSION
33- # TODO: CHANGE to version::$MEILISEARCH_VERSION
34- echo ::set-output name=version::latest
23+ echo ::set-output name=version::$MEILISEARCH_VERSION
3524 integration_tests :
3625 runs-on : ubuntu-latest
3726 needs : ['meilisearch-version']
Original file line number Diff line number Diff line change 22name : Pre-Release Tests
33
44# # Will only run for PRs and pushes to bump-meilisearch-v*
5- # on:
6- # push:
7- # branches: [bump-meilisearch-v*]
8- # pull_request:
9- # branches: [bump-meilisearch-v*]
10-
115on :
12- pull_request :
136 push :
14- # trying and staging branches are for BORS config
15- branches :
16- - trying
17- - staging
18- - main
7+ branches : [bump-meilisearch-v*]
8+ pull_request :
9+ branches : [bump-meilisearch-v*]
1910
2011jobs :
2112 meilisearch-version :
2920 run : |
3021 MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | sh)
3122 echo $MEILISEARCH_VERSION
32- # TODO: CHANGE to version::$MEILISEARCH_VERSION
33- echo ::set-output name=version::latest
23+ echo ::set-output name=version::$MEILISEARCH_VERSION
3424 integration_tests :
3525 runs-on : ubuntu-latest
3626 needs : ['meilisearch-version']
You can’t perform that action at this time.
0 commit comments