From a12aae2f37c45825079a060d6188b0754e760bfc Mon Sep 17 00:00:00 2001 From: Tarun Kumar S Date: Fri, 8 Nov 2024 14:28:56 +0530 Subject: [PATCH] try local repo --- .github/workflows/testdriver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index 90acad7..25f3822 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -20,7 +20,7 @@ jobs: cd $env:TEMP npm init -y npm install dashcam-chrome - npm create mainframe + git clone https://github.com/testdriverai/mainframe.git cd mainframe Remove-Item -Path package-lock.json -Force Remove-Item -Path node_modules -Recurse -Force -ErrorAction SilentlyContinue