OXDEV-7733 Try downloading the basic composer.json configuration #534
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Development trigger example | |
on: | |
push: | |
jobs: | |
install_shop_with_module: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Configure basic CE component | |
run: | | |
mkdir source | |
wget -O composer.json https://raw.githubusercontent.com/OXID-eSales/docker-eshop-sdk-recipes/master-new_ce_recipe-OXDEV-7845/parts/bases/composer.json.base |