Skip to content

Commit

Permalink
Fix workflow not running
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Apr 29, 2024
1 parent 0fba4a9 commit f9a911c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

name: ${{ matrix.os }} - PHP ${{ matrix.php }}

runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down

0 comments on commit f9a911c

Please sign in to comment.