Skip to content

Commit

Permalink
feat(ci): added execution of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel00per committed Nov 28, 2023
1 parent b27e8eb commit 9596e51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests-multiples-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run test suite
#run: composer test
- name: Validate composer
run: composer validate

- name: Run test suite
run: composer test

0 comments on commit 9596e51

Please sign in to comment.