diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-04-02 22:54:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 22:54:14 +0200 |
| commit | d52b6ad23749492bce3b9dee04891bfad674e0c8 (patch) | |
| tree | ac3d427f72ac12b4eebb0e5b6ef880651e9d547f /.github/workflows | |
| parent | 8267c620f94070f042e54784f78159c173aa8dda (diff) | |
| download | dotnet-vipps-ecommerce-d52b6ad23749492bce3b9dee04891bfad674e0c8.tar.xz dotnet-vipps-ecommerce-d52b6ad23749492bce3b9dee04891bfad674e0c8.zip | |
Update run-tests.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/run-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5cacf52..4279f31 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,7 +18,7 @@ jobs: with: dotnet-version: 5.0.x - name: Go to tests folder - run: cd src/IOL.VippsEcommerce.Tests + run: cd /home/runner/work/IOL.VippsEcommerce/IOL.VippsEcommerce/src/IOL.VippsEcommerce.Tests - name: pwd run: pwd - name: Restore dependencies |
