mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Run playwright tests on pull request as well
This commit is contained in:
4
.github/workflows/demo-server-deploy.yml
vendored
4
.github/workflows/demo-server-deploy.yml
vendored
@@ -2,8 +2,8 @@ name: Deploy app to demo server (demo.archtika.com)
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['Playwright tests']
|
||||
types: [completed]
|
||||
workflows: [ 'Playwright tests' ]
|
||||
types: [ completed ]
|
||||
env:
|
||||
SERVER_USER: root
|
||||
SERVER_IP: 128.140.75.240
|
||||
|
||||
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@@ -2,8 +2,9 @@ name: Playwright tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user