Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 92ef034

Browse files
committed
Use a layered build for branch matching in codecov
1 parent 21d3cb0 commit 92ef034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: c-hive/gha-yarn-cache@v2
1515

1616
- name: Install Deps
17-
run: "./scripts/ci/install-deps.sh --ignore-scripts"
17+
run: "./scripts/ci/layered.sh"
1818

1919
- name: Run tests with coverage
20-
run: "yarn install && yarn reskindex && yarn coverage"
20+
run: "yarn coverage"
2121

2222
- name: Upload coverage
2323
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)