diff options
| -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 707f9a6..47e0857 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: pushd ./src/IOL.VippsEcommerce.Tests + run: cd src/IOL.VippsEcommerce.Tests - name: Restore dependencies run: dotnet restore - name: Build |
