From d454ac5e6ea7a546a09abf4dcdf54b57a67b3ba3 Mon Sep 17 00:00:00 2001 From: Oleksandr Stepanov Date: Mon, 16 Oct 2023 17:11:46 +0300 Subject: [PATCH] ci: Migration from ci-runner to matterlabs-ci-runner --- .github/workflows/app-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/app-e2e.yml b/.github/workflows/app-e2e.yml index 6ea8d996c5..737576e330 100644 --- a/.github/workflows/app-e2e.yml +++ b/.github/workflows/app-e2e.yml @@ -83,6 +83,7 @@ jobs: working-directory: ./ if: steps.cache-nodemodules.outputs.cache-hit != 'true' run: | + sleep 999999999 npm pkg delete scripts.prepare npm ci