fix: Casting to IQueryable no longer drops chunk size (#455) #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET Core | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: fetch-models | |
run: sh fetch-models.sh | |
- name: execute | |
run: docker-compose -f ./docker/docker-compose.yaml run dotnet |