From 4feeb755d169c65b658e68532c21923f9cac0c5c Mon Sep 17 00:00:00 2001 From: Derek Date: Sun, 17 Dec 2023 08:45:19 -0500 Subject: [PATCH] fix: ci --- .github/workflows/ui_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 773c2d8333..5be3f79fbf 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -40,7 +40,7 @@ jobs: - name: install run: npm ci - - name: install + - name: build run: npm run build - name: Install Playwright Browsers