diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed9fb2..9fbc332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,14 +19,8 @@ jobs: - name: Add AutoMapper Myget Source run: dotnet nuget add source https://www.myget.org/F/automapperdev/api/v3/index.json -n automappermyget - - name: Restore - run: dotnet restore - - - name: Build - run: dotnet build --configuration Release --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test --configuration Release --verbosity normal - name: Pack and push env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1695ca2..52c0df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,14 +14,8 @@ jobs: with: fetch-depth: 0 - - name: Restore - run: dotnet restore - - - name: Build - run: dotnet build --configuration Release --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test --configuration Release --verbosity normal - name: Pack and push env: