Skip to content

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src/MeilisearchDotnet #50

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src/MeilisearchDotnet

Bump System.Text.Json from 4.7.2 to 8.0.4 in /src/MeilisearchDotnet #50

Workflow file for this run

name: default
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Run meilisearch
run: chmod +x run-meili.sh && ./run-meili.sh
- name: Test
run: cd src/Tests && dotnet test --no-restore --verbosity normal
- name: Cleanup
run: docker rm -f coucou