Skip to content

Commit

Permalink
Update unit-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
salkhwlani authored Jul 18, 2024
1 parent a4892bc commit 1cf51f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
test:
name: Test PHP ${{ matrix.php-version }}
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down Expand Up @@ -68,8 +69,7 @@ jobs:

unit-test-ready:
needs: [ test ]
runs-on:
group: default
runs-on: ubuntu-latest
name: "Testing Ready"
steps:
- name: All tests passed
Expand Down

0 comments on commit 1cf51f7

Please sign in to comment.