Skip to content

Configure GHA #12

Configure GHA

Configure GHA #12

Workflow file for this run

name: Auto trigger on push
on:
push:
branches:
- 'master-gha-OXDEV-8356'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout SKD
uses: actions/checkout@v4
with:
repository: OXID-eSales/docker-eshop-sdk
- name: Checkout recipes
uses: actions/checkout@v4
with:
path: recipes/oxid-esales
- name: Run the recipe
run: ./recipes/oxid-esales/module-template/b-7.1.x-ce-components-configuration.sh
- name: Test homepage
run: |
sudo echo "127.0.0.1 localhost.local" | sudo tee -a /etc/hosts
cat /etc/hosts
curl http://localhost.local