diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-04-02 22:53:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 22:53:16 +0200 |
| commit | 8267c620f94070f042e54784f78159c173aa8dda (patch) | |
| tree | 9ec43faa0fe6674ee209244b419aef9d4b501154 /.github/workflows | |
| parent | 414aab49589b9570278777f7c0caca981d1d8787 (diff) | |
| download | dotnet-vipps-ecommerce-8267c620f94070f042e54784f78159c173aa8dda.tar.xz dotnet-vipps-ecommerce-8267c620f94070f042e54784f78159c173aa8dda.zip | |
Update run-tests.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/run-tests.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 47e0857..5cacf52 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,9 +19,11 @@ jobs: dotnet-version: 5.0.x - name: Go to tests folder run: cd src/IOL.VippsEcommerce.Tests + - name: pwd + run: pwd - name: Restore dependencies - run: dotnet restore + run: dotnet restore IOL.VippsEcommerce.Tests.csproj - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore IOL.VippsEcommerce.Tests.csproj - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --no-build --verbosity normal IOL.VippsEcommerce.Tests.csproj |
