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