diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index b12b0f3..a0af948 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -40,7 +40,7 @@ jobs: mysql-version: '8.0' root-password: 'YourStrong!Passw0rd' auto-start: true - - name: Populate Databases.yaml + - name: Populate Databases.yaml shell: bash run: | find ./RDMP/Tools/rdmp/Databases.yaml -type f -exec sed -i 's/RDMP_/TEST_/g' {} \;