Skip to content

Commit 05c5dac

Browse files
authored
Fix test in core (#944)
1 parent a5d3971 commit 05c5dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v2
2727

28+
- name: Initialize tests
29+
run: make initialize
30+
2831
- name: Download dependencies
2932
run: |
3033
composer config minimum-stability dev

0 commit comments

Comments
 (0)