Revert "Update run_integration_tests.yml"

This reverts commit 92f47df9f6.
This commit is contained in:
BobLd 2023-04-14 17:45:11 +01:00
parent 9eb791ae58
commit 0d15c395ea

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up dotnet core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.x"
dotnet-version: "2.1.x"
- name: Restore cached part 1
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
- 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/"