Skip to content

Commit d67c62e

Browse files
Switching build reporter to npm
1 parent dceb1ee commit d67c62e

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

.github/workflows/main.yml

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

4444
- name: Run Specmatic Insights Github Build Reporter
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 }}
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 }}

0 commit comments

Comments
 (0)