File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,10 @@ jobs:
4242 run : npm test -- --watchAll=false
4343
4444 - name : Run Specmatic Insights Github Build Reporter
45- 46- with :
47- org-id : ${{ secrets.SPECMATIC_ORG_ID }}
48- branch-name : ${{ github.ref_name }}
49- repo-name : ${{ github.event.repository.name }}
50- repo-id : ${{ github.repository_id }}
51- repo-url : ${{ github.event.repository.html_url }}
52-
53- # - name: Run Specmatic Insights Github Build Reporter
54- # run: |
55- # npx specmatic-insights-github-build-reporter \
56- # --org-id ${{ secrets.SPECMATIC_ORG_ID }} \
57- # --branch-name ${{ github.ref_name }} \
58- # --repo-name ${{ github.event.repository.name }} \
59- # --repo-id ${{ github.repository_id }} \
60- # --repo-url ${{ github.event.repository.html_url }}
45+ run : |
46+ npx specmatic-insights-github-build-reporter \
47+ --org-id ${{ secrets.SPECMATIC_ORG_ID }} \
48+ --branch-name ${{ github.ref_name }} \
49+ --repo-name ${{ github.event.repository.name }} \
50+ --repo-id ${{ github.repository_id }} \
51+ --repo-url ${{ github.event.repository.html_url }}
You can’t perform that action at this time.
0 commit comments