mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:00:07 +08:00
Update run_integration_tests.yml
This commit is contained in:
parent
b9f2230a0a
commit
ef21227b3c
4
.github/workflows/run_integration_tests.yml
vendored
4
.github/workflows/run_integration_tests.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set up dotnet core
|
- name: Set up dotnet core
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: "8.0.x"
|
dotnet-version: "9.0.x"
|
||||||
|
|
||||||
- name: Restore cached part 1
|
- name: Restore cached part 1
|
||||||
id: restore-cache-p1
|
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
|
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
|
- 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/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user