We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26626e1 commit 851b284Copy full SHA for 851b284
.github/workflows/test.yaml
@@ -187,15 +187,15 @@ jobs:
187
uses: actions/download-artifact@v4
188
with:
189
name: tests.json
190
- path: ${{ github.workspace }}/.galasa/tests.json
+ path: ${{ github.workspace }}/.galasa
191
192
- name: Report results into Slack channel
193
env:
194
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
195
run: |
196
docker run --rm \
197
--env SLACK_WEBHOOK=${{ env.SLACK_WEBHOOK }} \
198
- -v ${{ github.workspace }}/.galasa:/galasa:rw \
+ -v ${{ github.workspace }}/.galasa:/galasa \
199
ghcr.io/${{ env.NAMESPACE }}/galasabld-ibm:main \
200
slackpost tests \
201
--path /galasa/tests.json \
0 commit comments