Skip to content

Commit

Permalink
INF-402: Add GH actions timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar committed Feb 23, 2022
1 parent 9e7d64b commit 670f13e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PHPUnit-CodeStyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
PHPUnit-CodeStyle:
name: PHPUnit and code style checks
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Setup PHP
Expand Down

0 comments on commit 670f13e

Please sign in to comment.