Skip to content

Commit

Permalink
temp: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Jan 27, 2025
1 parent 342ea26 commit 4243484
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/app-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-php
- name: Generate manifest.xml
run: composer setup:manifest -- -f --env=prod
run: composer setup:manifest -- -f --env=prod && git add -f manifest.xml
- name: List
run: ls -la
- uses: shopware/github-actions/build-zip@main
with:
extensionName: SwagBraintreeApp
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"require-dev": {
"dama/doctrine-test-bundle": "*",
"friendsofphp/php-cs-fixer": "^3.63",
"friendsofphp/php-cs-fixer": "^3.63, !=3.68.2",
"infection/infection": "^0.29.6",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16",
"phpstan/extension-installer": "^1.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4243484

Please sign in to comment.