Skip to content

Commit ed43e5c

Browse files
committed
ci: add composer install step
1 parent b36e5a7 commit ed43e5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12+
- run: composer install
1213
- run: composer lint
1314
- run: composer test
1415
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)