mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-04 23:04:27 +01:00
add code-quality CI workflow
This commit is contained in:
8
.github/workflows/playwright.yml
vendored
8
.github/workflows/playwright.yml
vendored
@@ -1,9 +1,13 @@
|
||||
name: Playwright Tests
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
branches:
|
||||
- master
|
||||
- prod
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
|
||||
Reference in New Issue
Block a user