Skip to content

Commit

Permalink
Copy template instead of moving
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Jun 20, 2022
1 parent da7e70e commit 8bd78d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bd78d7

Please sign in to comment.