From a1b49ea7c429fa3a5b4ca7c757203db1127ed072 Mon Sep 17 00:00:00 2001 From: SoulNaturalist <58743402+SoulNaturalist@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:19:40 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c87de3b..a211489 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: formating & e2e tests +name: formatting & e2e tests on: push: @@ -23,6 +23,7 @@ jobs: - name: Run Prettier run: npx prettier front --write + e2e-tests: runs-on: ubuntu-latest steps: @@ -31,7 +32,7 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci + run: npm install - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests