Skip to content

Commit a155280

Browse files
committed
ci(release-swagger-ui): disable running test
1 parent 89c942c commit a155280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-swagger-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
REACT_APP_VERSION: ${{ env.NEXT_RELEASE_VERSION }}
5050
run: |
51-
npm run test
51+
# npm run test
5252
npm run build
5353

5454
- name: Semantic Release

0 commit comments

Comments
 (0)