Skip to content

Commit 2cc40ef

Browse files
committed
build: update workflow/main.yml
1 parent e52d340 commit 2cc40ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches: ['main']
55
pull_request:
6-
branches: [ "main" ]
6+
branches: ['main']
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
npm ci
2121
npm run build
2222
npm run test:coverage
23-
npm run codecov
23+
# npm run codecov
2424
2525
- name: Upload coverage to Codecov
2626
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)