Skip to content

Commit d1a177f

Browse files
committed
.
1 parent 90de586 commit d1a177f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
4444
run: yarn install
4545

46-
- name: Run tests
47-
if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
48-
run: yarn workspace color-core test
49-
50-
- name: Build package
51-
if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
52-
run: yarn workspace color-core build
53-
5446
- name: Publish to npm
5547
if: steps.npm-version.outputs.SHOULD_PUBLISH == 'true'
5648
run: |

0 commit comments

Comments
 (0)