Skip to content

OXDEV-8947 Add decoration example #44

OXDEV-8947 Add decoration example

OXDEV-8947 Add decoration example #44

Workflow file for this run

name: Auto trigger on push or pull requests
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- 'b-7.4.x**'
jobs:
php82_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5
with:
testplan: '~/defaults/7.4.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/examples-module.yaml,~/_custom.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v5'
plan_folder: '.github/oxid-esales'
custom_testplan_yaml: |
finish:
slack_title: 'PHP82-MySQL80-{{ .Github.EventName }}-{{ .Github.RefName }}'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
CACHE_ENDPOINT: ${{ secrets.CACHE_ENDPOINT }}
CACHE_ACCESS_KEY: ${{ secrets.CACHE_ACCESS_KEY }}
CACHE_SECRET_KEY: ${{ secrets.CACHE_SECRET_KEY }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}