Skip to content

Commit

Permalink
feat(ci): default creation cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel00per committed Nov 29, 2023
1 parent 8f5f0e9 commit e70f8a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/tests-multiples-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: xdebug
- name: Create psalm cache dir
run: mkdir -r tmp/cache/psalm

- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Run container
run: make run

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Validate composer
run: composer validate

- name: Run test suite
run: make run && make test
- name: Run tests
run: make test
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
composer.lock
vendor
tmp
!tmp/.gitkeep
!tmp/.gitkeep
!tmp/cache/.gitkeep

0 comments on commit e70f8a6

Please sign in to comment.