Skip to content

Commit

Permalink
Run Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AwedIssac committed Oct 20, 2024
1 parent 30ffced commit adb6d61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Playwright Tests with Allure Reports
on:
push:
branches: [ dev]
pull_request:
branches: [ dev ]
jobs:
test:
timeout-minutes: 60
Expand All @@ -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
Expand Down

0 comments on commit adb6d61

Please sign in to comment.