Skip to content

Commit 4b83ce9

Browse files
committed
build(ci): skip tests on publish
Tests currently do not work see - isaul32#43 (comment)
1 parent b4946f3 commit 4b83ce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
registry-url: https://npm.pkg.github.com/
4040
- name: project - install
4141
run: yarn --frozen-lockfile
42-
- name: test
43-
run: xvfb-run yarn test --coverage --source-map --verbose || exit 1
4442
- run: yarn prepare
4543
- run: yarn publish
4644
env:

0 commit comments

Comments
 (0)