diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e21801..0645dab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: echo "Changes detected in DataAccess.Repository project. Restoring packages, running build and testing..." dotnet restore 'DataAccess.Repository' dotnet build --configuration Release 'DataAccess.Repository' - dotnet test 'DataAccess.Repository' + dotnet test 'DataAccess.Repository.Tests' else echo "No changes in DataAccess.Repository project. Skipping build." - fi \ No newline at end of file + fi \ No newline at end of file diff --git a/DataAccess.Repository/DataAccess.Repository.csproj b/DataAccess.Repository/DataAccess.Repository.csproj index 4a8f946..d33a684 100644 --- a/DataAccess.Repository/DataAccess.Repository.csproj +++ b/DataAccess.Repository/DataAccess.Repository.csproj @@ -9,7 +9,7 @@ A simple base repository to be used in other projects requiring data access https://github.com/Ian-Webster/DataAccess https://github.com/Ian-Webster/DataAccess - 2.0.3 + 2.0.4