Skip to content

Commit

Permalink
sparse-checkout for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jul 4, 2024
1 parent 087cbc1 commit f04d1e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f04d1e5

Please sign in to comment.