Skip to content

Commit 851b284

Browse files
committed
Fix incorrect path to the tests.json report in Test Simbank workflow
Signed-off-by: Jade Carino <[email protected]>
1 parent 26626e1 commit 851b284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ jobs:
187187
uses: actions/download-artifact@v4
188188
with:
189189
name: tests.json
190-
path: ${{ github.workspace }}/.galasa/tests.json
190+
path: ${{ github.workspace }}/.galasa
191191

192192
- name: Report results into Slack channel
193193
env:
194194
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
195195
run: |
196196
docker run --rm \
197197
--env SLACK_WEBHOOK=${{ env.SLACK_WEBHOOK }} \
198-
-v ${{ github.workspace }}/.galasa:/galasa:rw \
198+
-v ${{ github.workspace }}/.galasa:/galasa \
199199
ghcr.io/${{ env.NAMESPACE }}/galasabld-ibm:main \
200200
slackpost tests \
201201
--path /galasa/tests.json \

0 commit comments

Comments
 (0)