From 4d2ec85cad917fd401a8a07bf7c956a96f81fa00 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 1 Sep 2022 14:02:53 +0200 Subject: [PATCH] chore: fix ToT CI (#8876) --- .github/workflows/tot-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tot-ci.yml b/.github/workflows/tot-ci.yml index 17e72acb390a1..4e5ad0cb45d37 100644 --- a/.github/workflows/tot-ci.yml +++ b/.github/workflows/tot-ci.yml @@ -43,7 +43,7 @@ jobs: echo "Installing revision $REV" cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced mv src/revisions.ts.replaced src/revisions.ts - npm run build + npm run build:dev npm install - name: Run unit tests in headless @@ -81,7 +81,7 @@ jobs: echo "Installing revision $REV" cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced mv src/revisions.ts.replaced src/revisions.ts - npm run build + npm run build:dev npm install - name: Run unit tests in headful @@ -119,7 +119,7 @@ jobs: echo "Installing revision $REV" cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced mv src/revisions.ts.replaced src/revisions.ts - npm run build + npm run build:dev npm install - name: Run unit tests in chrome headless