Skip to content

Commit dcb186d

Browse files
committed
chore(app): updating github workflow.
1 parent 0f5a361 commit dcb186d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Validate composer.json and composer.lock
2323
run: composer validate
2424

25-
- name: Load dependencies
26-
run: make load
25+
- name: Configure project
26+
run: make configure
2727

2828
- name: Run tests
2929
run: make test

0 commit comments

Comments
 (0)