Update run_integration_tests.yml

Update integration tests action dotnet version from 2.1.x to 3.1.x
This commit is contained in:
BobLd 2023-04-10 17:41:05 +01:00 committed by GitHub
parent 0e39bc0b76
commit 92f47df9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up dotnet core - name: Set up dotnet core
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: "2.1.x" dotnet-version: "3.1.x"
- name: Restore cached part 1 - name: Restore cached part 1
id: restore-cache-p1 id: restore-cache-p1
@ -53,4 +53,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 --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/" run: dotnet run --project tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj "archive/"