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 d5a1b43 commit 7c04e99Copy full SHA for 7c04e99
.github/workflows/pre-release-tests.yml
@@ -17,10 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v2
20
- - name: rustup update
21
- run: rustup update
22
- - name: cargo version
23
- run: cargo --version
24
- name: Build
25
run: cargo build --verbose
26
- name: Get the latest MeiliSearch RC
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
# Will still run for each push to bump-meilisearch-v*
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')
name: integration-tests
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
0 commit comments