File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 - name : ' Run tests'
149149 uses : ./.github/actions/testing/test
150150 with :
151- project-path : ' . /tests'
151+ project-path : ' /tests'
152152 test-results-directory : ' ${{ runner.temp }}/${{ env.test-result-directory }}/'
153153 code-coverage-settings-file : ' ${{ github.workspace}}/code-coverage-settings.xml'
154154
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 - name : ' Run tests'
137137 uses : ./.github/actions/testing/test
138138 with :
139- project-path : ' . /tests'
139+ project-path : ' /tests'
140140 test-results-directory : ' ${{ runner.temp }}/${{ env.test-result-directory }}/'
141141 code-coverage-settings-file : ' ${{ github.workspace}}/code-coverage-settings.xml'
142142
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 - name : ' Run tests'
147147 uses : ./.github/actions/testing/test
148148 with :
149- project-path : ' . /tests'
149+ project-path : ' /tests'
150150 test-results-directory : ' ${{ runner.temp }}/${{ env.test-result-directory }}/'
151151 code-coverage-settings-file : ' ${{ github.workspace}}/code-coverage-settings.xml'
152152
You can’t perform that action at this time.
0 commit comments