Skip to content

Commit 46da2c3

Browse files
authored
Update .github/workflows/ci.yml
1 parent bf8701d commit 46da2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +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 }
56+
# run: exit ${{ steps.test.outputs.exit_code }}
5757

5858
- name: Run Cypress tests
5959
run: npm run cypress:run

0 commit comments

Comments
 (0)