Skip to content

FIX: activate id's

FIX: activate id's #5

name: Automatically triggered on pull request to the 7.0.x branch
on:
pull_request:
branches:
- 'b-7.0.x**'
jobs:
pull_module:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:

Check failure on line 11 in .github/workflows/pull_component_7.0x.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull_component_7.0x.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
testplan: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml','test/github_actions/defaults/defaults.yml'
runs_on: '"ubuntu-latest"'
defaults: 'v3'
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 }}
enterprise_github_token: ${{ secrets.enterprise_github_token }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}