Skip to content

Commit c97bfcd

Browse files
authored
Create shopware-cli.yml
1 parent 029db86 commit c97bfcd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/shopware-cli.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Run playwright via shopware-cli
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
visual-admin:
8+
runs-on: ubuntu-24.04
9+
10+
steps:
11+
- name: Install shopware-cli
12+
uses: shopware/shopware-cli-action@v3
13+
14+
- name: Install shopware
15+
run: shopware-cli project ci

0 commit comments

Comments
 (0)