Skip to content

Commit

Permalink
feat(cicd) : workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldinou committed Oct 8, 2024
1 parent 0508d33 commit dc63e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: composer junittest

- name: Run psalm
run: ./vendor/bin/psalm --config=psalm.xml.dist --no-cache --no-file-cache --shepherd
run: composer psalm

#- name: npm install, make test-coverage
# run: |
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<projectFiles>
<directory name="." />
<ignoreFiles>
<ignoreFiles allowMissingFiles="true">
<file name=".php-cs-fixer.dist.php" />
<file name="bootstrap.php" />
<file name="rector.php" />
Expand Down

0 comments on commit dc63e0b

Please sign in to comment.