Skip to content

feat: try to switch to esm #158

feat: try to switch to esm

feat: try to switch to esm #158

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Install Shopware CLI
uses: ./.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test binary
run: shopware-cli --version
- name: Clone FroshTools
run: git clone https://github.com/FriendsOfShopware/FroshTools.git
- name: Zip FroshTools
run: shopware-cli extension zip FroshTools
- name: Validate
run: shopware-cli extension validate FroshTools-*.zip