From adb6d61bb0142fd7061532c45d54171435fac8fd Mon Sep 17 00:00:00 2001 From: Awet Issac Date: Sun, 20 Oct 2024 19:42:51 +0200 Subject: [PATCH] Run Tests --- .github/workflows/playwright.yml | 4 ---- 1 file changed, 4 deletions(-) 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