12 GitHub Actions (CI)
What to change
- name: Install JS dependencies
run: yarn install --cwd vendor/sylius/test-application
- name: Build assets
run: |
vendor/bin/console assets:install -vvv
yarn --cwd vendor/sylius/test-application encore prod
- name: Load fixtures
run: vendor/bin/console sylius:fixtures:load -nLast updated
Was this helpful?
