Skip to content

Commit 7889ddd

Browse files
committed
ci: build for npm
1 parent 5d9e01d commit 7889ddd

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Test ai report
2222
run: node dist/core/cli.js ai ctrf-reports/ctrf-report.json --title "AI Summary"
2323
- name: Upload test results

.github/workflows/community.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Test community report
2222
run: node dist/core/cli.js community ctrf-reports/ctrf-report.json summary-short --title "Community report"
2323
- name: Upload test results

.github/workflows/custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Test custom summary hbs file
2222
run: node dist/core/cli.js custom ctrf-reports/ctrf-report.json templates/custom-summary.hbs
2323
- name: Test custom summary string

.github/workflows/detailed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Test table
2222
run: node dist/core/cli.js tests ctrf-reports/ctrf-report.json --title "Test table"
2323
- name: Test list

.github/workflows/failed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Failed table
2222
run: node dist/core/cli.js failed ctrf-reports/ctrf-report.json --title "Failed table"
2323
- name: Failed table

.github/workflows/flaky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Flaky table
2222
run: node dist/core/cli.js flaky ctrf-reports/ctrf-report.json --title "Flaky table"
2323
- name: Flaky rate table

.github/workflows/historical.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Previous results table
2222
run: node dist/core/cli.js historical ctrf-reports/ctrf-report.json --annotate false --title "Previous results table"
2323
env:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Build
22-
run: npm run build
22+
run: npm run build:npm
2323
- name: Summary table
2424
run: node dist/core/cli.js summary ctrf-reports/ctrf-report.json --title "Summary table"
2525
- name: Historical table

.github/workflows/skipped.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Skipped table
2222
run: node dist/core/cli.js skipped ctrf-reports/ctrf-report.json --title "Skipped table"
2323
- name: Upload test results

.github/workflows/suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm install
1919
- name: Build
20-
run: npm run build
20+
run: npm run build:npm
2121
- name: Suite folded table with filepath
2222
run: node dist/core/cli.js suite-folded ctrf-reports/ctrf-report.json --title "Suite folded table with filepath"
2323
- name: Suite folded table with suite name

0 commit comments

Comments
 (0)