From 37cec42b7910e7fac8f1d5759fbecf9d4e6ed1cb Mon Sep 17 00:00:00 2001 From: Billie Thompson Date: Tue, 8 Oct 2024 17:29:42 +0200 Subject: [PATCH] ci: Add a build step so we are more prepared for playwright --- .github/workflows/firebase-hosting-pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index bbf396a..f32d051 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -34,6 +34,8 @@ jobs: node-version-file: package.json - name: Install Dependencies run: npm install + - name: Build + run: npm run build - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run integration tests