Skip to content

Commit

Permalink
chore(ci): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 16, 2024
1 parent 61f59b3 commit 5617828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continous integration
on:
pull_request:
types: [opened, reopened]
push:
branches:
- '**'
Expand All @@ -21,6 +22,8 @@ jobs:
run: vendor/bin/ecs
- name: Static analysis (Psalm)
run: vendor/bin/psalm
- name: Build test help files
run: vendor/bin/codecept build
- name: Static analysis (PHPStan)
run: vendor/bin/phpstan
- name: Run tests
Expand Down

0 comments on commit 5617828

Please sign in to comment.