Skip to content

Commit 4e15d41

Browse files
Update main.yml
1 parent 97f0f63 commit 4e15d41

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,19 @@ jobs:
4242
run: npm test -- --watchAll=false
4343

4444
- name: Run Specmatic Insights Github Build Reporter
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 }}
45+
uses: specmatic/[email protected]
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 }}

0 commit comments

Comments
 (0)