Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Dec 21, 2024
1 parent 2715ce8 commit a0d3aee
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 124 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/laravel-infrastructure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
key: ${{ runner.os }}-node-php_${{ matrix.php_version }}-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-node-php_${{ matrix.php_version }}-

- name: Validate Composer.json
run: composer validate --strict

- name: Composer install
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install -o --no-interaction --prefer-dist

- name: xdebug
run: php -i | grep xdebug

- name: Run tests
run: |
vendor/bin/phpstan analyse
Expand Down
95 changes: 87 additions & 8 deletions .idea/opensource.iml

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

Loading

0 comments on commit a0d3aee

Please sign in to comment.