Update run_integration_tests.yml

This commit is contained in:
BobLd
2025-08-03 08:46:24 +01:00
parent b9f2230a0a
commit ef21227b3c

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up dotnet core
uses: actions/setup-dotnet@v3
with:
dotnet-version: "8.0.x"
dotnet-version: "9.0.x"
- name: Restore cached part 1
id: restore-cache-p1
@@ -54,4 +54,4 @@ jobs:
run: sudo apt-get install p7zip-full && cd archive && 7z x part1-archive.7z && 7z x part2-archive.7z && 7z x part3-archive.7z
- name: Run tests
run: dotnet run --roll-forward Major -c Release --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/"
run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/"