Skip to content

Commit 76c149c

Browse files
fix codecov upload failure (#4153)
* work around codecov action bug 1801 codecov-action bug: codecov/codecov-action#1801 * fix linter error --------- Co-authored-by: Anthony Coughlin <[email protected]>
1 parent 7d33646 commit 76c149c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
needs: [Unit-Tests, Cypress-Mock-Tests]
240240
runs-on: ubuntu-latest
241241
steps:
242+
- uses: actions/checkout@v4
242243
- name: Setup Node.js ${{ env.NODE_VERSION }}
243244
uses: actions/[email protected]
244245
with:

0 commit comments

Comments
 (0)