Skip to content

Commit

Permalink
Merge pull request #38 from FriendsOfShopware/implement-caching
Browse files Browse the repository at this point in the history
feat: add caching
  • Loading branch information
shyim authored Oct 19, 2023
2 parents c3a0fd6 + bdd6ffb commit 94b0cb6
Show file tree
Hide file tree
Showing 14 changed files with 909 additions and 34,462 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ jobs:

- 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
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ inputs:

runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
Loading

0 comments on commit 94b0cb6

Please sign in to comment.