Skip to content

Commit

Permalink
Revert rest api workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Jul 9, 2024
1 parent d9f0ffc commit 515156f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/restapi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: docker exec magento2-container make fs

- name: Check install
run: docker exec magento2-container make sys-check -vvv
run: docker exec magento2-container make sys-check
# continue-on-error: true

- name: Install plugin
run: docker exec -u www-data magento2-container make plugin -vvv
run: docker exec -u www-data magento2-container make plugin
# continue-on-error: true

- run: docker exec magento2-container /etc/init.d/cron stop

- name: Run REST API tests
run: docker exec magento2-container make restapi -vvv
run: docker exec magento2-container make restapi

0 comments on commit 515156f

Please sign in to comment.