Skip to content

Commit

Permalink
Move test around
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Nov 7, 2024
1 parent c668b72 commit 62fae7e
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 28 deletions.
45 changes: 18 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,28 @@ name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
tests:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v2

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

- name: Run tests
run: vendor/bin/phpunit

- name: Static Analysis
run: vendor/bin/phpstan analyse
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
dynamic_matrix: false
extra_jobs: |
- php: '8.1'
db: mysql80
phpunit: true
installer_version: ^4
- php: '8.2'
db: mysql80
phpunit: true
installer_version: ^5
- php: '8.2'
db: mariadb
phpunit: true
installer_version: ^5
coding-standards:
name: Coding Standards
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"autoload-dev": {
"psr-4": {
"ArchiPro\\Silverstripe\\EventDispatcher\\Tests\\": "tests/"
"ArchiPro\\Silverstripe\\EventDispatcher\\Tests\\": "tests/php/"
}
},
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62fae7e

Please sign in to comment.