Skip to content

Commit

Permalink
use composer from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Aug 15, 2021
1 parent e8dac78 commit 6fba9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: actions/checkout@v2

- name: Composer Install
run: composer install --ignore-platform-reqs
run: docker-compose -f docker-compose.yml run test_runner composer install -d /opt/project/phpstorm-stubs --ignore-platform-reqs

- name: Test Stubs Map
run: ./tests/Tools/check-stub-map

- name: run cs fixer
run: composer cs
run: docker-compose -f docker-compose.yml run test_runner composer cs -d /opt/project/phpstorm-stubs
2 changes: 1 addition & 1 deletion .github/workflows/testLinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Composer Install
run: composer install --ignore-platform-reqs
run: docker-compose -f docker-compose.yml run test_runner composer install -d /opt/project/phpstorm-stubs --ignore-platform-reqs
env:
PHP_VERSION: '8.0'

Expand Down

0 comments on commit 6fba9af

Please sign in to comment.