Skip to content

Commit

Permalink
CI: Disable ecs rules + update upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 6, 2024
1 parent eab9d41 commit 5d884d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload Codeception output
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: codeception-results
path: Tests/Acceptance/_output/
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
#
# - name: Upload Codeception output
# if: ${{ failure() }}
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v4
# with:
# name: codeception-results
# path: Tests/Acceptance/_output/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GithubServer.yml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload Codeception output
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: codeception-results
path: Tests/Acceptance/_output/
Expand Down
2 changes: 2 additions & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@
'PhpCsFixer\Fixer\Strict\StrictParamFixer' => null,
PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer::class => null,
'PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\AssignmentInConditionSniff.Found' => null,
PhpCsFixer\Fixer\Phpdoc\AlignMultilineCommentFixer::class => null,
Symplify\CodingStandard\Fixer\Commenting\RemoveUselessDefaultCommentFixer::class => null
]);

0 comments on commit 5d884d6

Please sign in to comment.