Skip to content

Commit

Permalink
Adjusted CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Sep 9, 2024
1 parent c48963f commit 5c87049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ jobs:
- name: Run CodeStyle checks
run: composer cs-check

- name: Run codeception tests (currently not running properly)
run: composer test

- name: Run PHPStan
run: composer stan

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"cs-check": "phpcs -p -s --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml src/",
"cs-fix": "phpcbf -p --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml src/",
"stan": "vendor/bin/phpstan analyse",
"test": "vendor/bin/codecept run --quiet --fail-fast --no-exit",
"lowest": "validate-prefer-lowest",
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json"
},
Expand Down

0 comments on commit 5c87049

Please sign in to comment.