diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-04-02 22:51:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 22:51:06 +0200 |
| commit | 414aab49589b9570278777f7c0caca981d1d8787 (patch) | |
| tree | 5ad6f7f359b59ad4673f3d866465c33c15f91ee1 /.github/workflows | |
| parent | 94d080f84d4f1d672438641a0e4fa5b5fcb92f69 (diff) | |
| download | dotnet-vipps-ecommerce-414aab49589b9570278777f7c0caca981d1d8787.tar.xz dotnet-vipps-ecommerce-414aab49589b9570278777f7c0caca981d1d8787.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 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 |
