Skip to content

Commit 310104f

Browse files
committed
Mock main branch to test
1 parent e7c83e9 commit 310104f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage-experiment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- name: Checkout Main
1616
uses: actions/checkout@v4
1717
with:
18-
ref: main
18+
ref: ishymko/test-coverage-delta
1919

2020
- name: Install & Test (Main)
2121
run: |
2222
npm ci
2323
npm run coverage
24-
mv ./coverage/coverage-summary.json ./coverage-main-summary.json
24+
mv coverage/coverage-summary.json coverage-main-summary.json
2525
2626
- name: Checkout PR Branch
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)