Skip to content

Commit 1296add

Browse files
committed
chore: skip tests on release
1 parent e8473aa commit 1296add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
run: npm ci
2222
- name: Build the project
2323
run: npm run build
24-
- name: Run tests and do code coverage check
25-
run: npm run test:coverage
26-
- name: Upload code coverage report to codecov.io
24+
# - name: Run tests and do code coverage check
25+
# run: npm run test:coverage
26+
- name: Upload code coverage report to codecov.io and comment in pull request
2727
uses: codecov/codecov-action@v1
2828
- name: Upload Sonar report to sonarcloud.io
2929
uses: sonarsource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)