Skip to content

Commit

Permalink
Test more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 17, 2021
1 parent 28b4951 commit 3f8102b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,20 @@ jobs:

- name: "Tests"
run: "${{ matrix.script }}"

test-projects:
name: "Test projects"
if: github.ref == 'refs/heads/master'
runs-on: "ubuntu-latest"

strategy:
matrix:
repository:
- "ondrejmirtes/lorem"

steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: "${{ matrix.repository }}"
event-type: test_phpstan

0 comments on commit 3f8102b

Please sign in to comment.