From 73c9c756c84e2b7c888eda86c656d4378d2e11ba Mon Sep 17 00:00:00 2001 From: Ryan Lewis Date: Fri, 17 May 2024 16:57:31 -0700 Subject: [PATCH] try npm run dev --- .github/workflows/ci-frontend-a11y.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frontend-a11y.yml b/.github/workflows/ci-frontend-a11y.yml index 5191c3169..ac87df522 100644 --- a/.github/workflows/ci-frontend-a11y.yml +++ b/.github/workflows/ci-frontend-a11y.yml @@ -38,7 +38,7 @@ jobs: run: mkdir -p screenshots-output - name: Start server - run: npm run start & + run: npm run dev & - name: Wait for server to be ready run: npx wait-on http://localhost:3000