From d7b64ce68b00ebd3442e79d6ffc23f914e7db99f Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:58:52 +0200 Subject: [PATCH] same for PRs --- .github/workflows/run-checks.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/run-checks.yml b/.github/workflows/run-checks.yml index b8d6e5c..d956c9c 100644 --- a/.github/workflows/run-checks.yml +++ b/.github/workflows/run-checks.yml @@ -1,4 +1,4 @@ -name: Run Checks +name: Check build on: workflow_dispatch: @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Setup Node uses: actions/setup-node@v4 with: @@ -25,11 +25,8 @@ jobs: - name: Install dependencies run: npm ci + - name: Build + run: npm run build - - name: Prepare tests - run: npx playwright install --with-deps - - name: Run tests - run: npm test - \ No newline at end of file