Skip to content

Commit

Permalink
Update Unit Tests workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 23, 2022
1 parent 73c2760 commit 9a03f24
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
paths:
- "src/**.php"
branches:
- master
pull_request:
paths:
- "src/**.php"

name: "Code style"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
paths:
- "src/**.php"
branches:
- master
pull_request:
paths:
- "src/**.php"

name: "Mutations testing"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
paths:
- "src/**.php"
branches:
- master
pull_request:
paths:
- "src/**.php"

name: "Static analysis"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

on:
push:
paths:
- "src/**.php"
branches:
- master
pull_request:
paths:
- "src/**.php"

name: "Unit tests"

Expand Down

0 comments on commit 9a03f24

Please sign in to comment.