Skip to content

Commit

Permalink
OXDEV-7538 Change workflow to call-test_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Nov 3, 2023
1 parent 8e48bc8 commit 568280a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: 'https://raw.githubusercontent.com/OXID-eSales/vcms-examples/.github/testplans/oe_vcmsexamples.yml'
default: '../testplans/oe_vcmsexamples.yml'
runs_on:
type: string
description: 'JSON string/array describing the runner'
Expand All @@ -17,7 +17,7 @@ on:

jobs:
call_matrix:
uses: oxid-eSales/github-actions/.github/workflows/call-module-development.yml@v0
uses: oxid-eSales/github-actions/.github/workflows/call-test_matrix.yml@v0
with:
testplan: ${{ inputs.testplan }}
runs_on: ${{ inputs.runs_on }}
Expand Down

0 comments on commit 568280a

Please sign in to comment.