1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00

Update ci.yml

This commit is contained in:
Abrar Ahmad 2022-01-20 23:46:14 +05:00
parent e280bf0a8b
commit fda9ade4d8

View file

@ -25,7 +25,7 @@ jobs:
- name: Start docker containers
run: docker-compose up -d
- name: Install composer dependencies
run: require "illuminate/support:^${{ matrix.laravel }}.0"
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests
run: vendor/bin/pest