Run playwright via shopware-cli #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run playwright via shopware-cli | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| visual-admin: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Install shopware-cli | |
| uses: shopware/shopware-cli-action@v3 | |
| - name: Install shopware | |
| run: | | |
| shopware-cli project ci latest --no-interaction |