We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ce32d + bccb26f commit 623b8d4Copy full SHA for 623b8d4
.github/workflows/main.yml
@@ -42,10 +42,9 @@ jobs:
42
if: runner.os == 'Linux' && github.ref == 'refs/heads/main'
43
run: |
44
docker run \
45
- -v ${{ github.workspace }}:/workspace \
+ -v ${{ github.workspace }}:/usr/src/app \
46
-v ~/.specmatic:/root/.specmatic \
47
- -w /workspace \
48
- specmatic/specmatic-reporter \
+ specmatic/specmatic \
49
send-report \
50
--metadata build_url=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \
51
--branch-name ${{ github.ref_name }} \
0 commit comments