Skip to content

Commit bccb26f

Browse files
authored
Fix volume mount paths in Specmatic Insights build
1 parent 0195c4f commit bccb26f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ jobs:
4242
if: runner.os == 'Linux'
4343
run: |
4444
docker run \
45-
-v ${{ github.workspace }}:/workspace \
45+
-v ${{ github.workspace }}:/usr/src/app \
4646
-v ~/.specmatic:/root/.specmatic \
47-
-w /workspace \
48-
specmatic/specmatic-reporter \
47+
specmatic/specmatic \
4948
send-report \
5049
--metadata build_url=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \
5150
--branch-name ${{ github.ref_name }} \

0 commit comments

Comments
 (0)