Skip to content

Commit

Permalink
Add defaults.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snehasreeramini committed Feb 6, 2024
1 parent f87e0fd commit 48737be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_dev_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
required: true
description: 'URL/PATH of the testplan to run'
default: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml'
default: 'tests/github_actions/defaults/defaults.yml,tests/github_actions/twig-component.yml'
runs_on:
description: 'JSON string/array describing the runner'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_module_7.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pull_module:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/defaults/7.0.x.yml,tests/github_actions/twig-component.yml'
testplan: 'tests/github_actions/defaults/7.1.x.yml,test/github_actions/defaults/defaults.yml,tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
defaults: 'v3'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_module_8.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pull_module:
uses: oxid-eSales/github-actions/.github/workflows/call-universal_test_workflow.yml@v3
with:
testplan: 'tests/github_actions/twig-component.yml'
testplan: 'tests/github_actions/defaults/8.0.x.yml,tests/github_actions/twig-component.yml'
runs_on: '["self-hosted", "x64"]'
defaults: 'v3'
secrets:
Expand Down

0 comments on commit 48737be

Please sign in to comment.