From f04d1e5493b883add8e06cf4b80712cbf8f0ff0e Mon Sep 17 00:00:00 2001 From: David Sungaila Date: Thu, 4 Jul 2024 16:07:49 +0200 Subject: [PATCH] sparse-checkout for docker --- .github/workflows/dotnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8c7548a6..7d0d7c67 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -244,6 +244,9 @@ jobs: uses: actions/checkout@main with: fetch-depth: 0 + sparse-checkout: | + src/PDFtoImage + src/FrameworkTests/AotConsole - name: console (ubuntu) if: runner.os == 'Linux' && (success() || failure()) run: docker build -t console -f src/FrameworkTests/AotConsole/Dockerfiles/ubuntu.dockerfile . && docker run --rm -t console