Skip to content

Commit 6c01ee1

Browse files
committed
chore: removed redundant code
1 parent 8a6cf2d commit 6c01ee1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,7 @@ jobs:
5353
token: ${{ secrets.CODECOV_TOKEN }}
5454
# - name: Exit if coverage condition not met
5555
# if: ${{ steps.test.outputs.exit_code }} != 0
56-
# run: exit ${{ steps.test.outputs.exit_code }}
57-
58-
- name: Cypress checkout
59-
uses: actions/checkout@v2
60-
61-
- name: Set up Node.js
62-
uses: actions/setup-node@v4
63-
64-
- name: Install dependencies
65-
run: npm i
56+
# run: exit ${{ steps.test.outputs.exit_code }
6657

6758
- name: Run Cypress tests
6859
run: npm run cypress:run

0 commit comments

Comments
 (0)