diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c9d98670b..0076936b1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -2,8 +2,6 @@ name: Playwright Tests with Allure Reports on: push: branches: [ dev] - pull_request: - branches: [ dev ] jobs: test: timeout-minutes: 60 @@ -13,8 +11,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - name: Start Docker containers - run: docker-compose up -d --build - name: Install dependencies run: npm ci - name: Start Application