Skip to content

Commit

Permalink
Merge pull request #151 from synolia/fix/ci
Browse files Browse the repository at this point in the history
[PI] CI fixes
  • Loading branch information
Jibbarth authored Dec 11, 2024
2 parents b3c1791 + 5c3346a commit 1f0cbba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sylius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: 'vendor/bin/behat --strict --no-interaction -f progress || vendor/bin/behat --strict -vvv --no-interaction --rerun'
if: 'always() && steps.end-of-setup-sylius.outcome == ''success'''
-
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@v3
if: failure()
with:
name: logs
Expand Down
2 changes: 2 additions & 0 deletions install/Application/config/routes/sylius_refund.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sylius_refund:
resource: "@SyliusRefundPlugin/Resources/config/routing.yml"

0 comments on commit 1f0cbba

Please sign in to comment.