Merge pull request #66 from FriendsOfShopware/dependabot/npm_and_yarn… #175
This file contains 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: 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: ./. | |
- 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 |