From 8bd78d7783f0c3788333c23e8275cdf1f7ef9611 Mon Sep 17 00:00:00 2001 From: James A Sutherland Date: Mon, 20 Jun 2022 10:32:32 -0500 Subject: [PATCH] Copy template instead of moving --- .github/workflows/testpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testpack.yml b/.github/workflows/testpack.yml index ca4bea3..ef4f09c 100644 --- a/.github/workflows/testpack.yml +++ b/.github/workflows/testpack.yml @@ -22,7 +22,7 @@ jobs: run: | dotnet test "./BadMedicine.Dicom.Tests/BadMedicine.Dicom.Tests.csproj" -nologo -c Release curl https://raw.githubusercontent.com/HicServices/DicomTypeTranslation/master/Templates/CT.it > ./CT.it - mv BadDicom/BadDicom.template.yaml BadDicom.yaml + cp BadDicom/BadDicom.template.yaml BadDicom.yaml dotnet run --project BadDicom/BadDicom.csproj -- ./ 50000 10 CT sed -i "s/Batches: 1/Batches: 5/g" ./BadDicom.yaml sed -i "s/DropTables: false/DropTables: true/g" ./BadDicom.yaml