Skip to content

Commit

Permalink
Make plugin instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Jul 9, 2024
1 parent 515156f commit 0f2e5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mftf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: docker exec magento2-container /etc/init.d/cron stop

- name: Install plugin
run: docker exec -u www-data magento2-container make install
run: docker exec -u www-data magento2-container make plugin

- name: Build MFTF project
run: docker exec magento2-container make setup-mftf
Expand Down

0 comments on commit 0f2e5cf

Please sign in to comment.