chore: Remove build step from pipeline
parent
db51be5b8f
commit
c53cf0a319
|
@ -43,8 +43,6 @@ jobs:
|
||||||
run: yarn --frozen-lockfile --unsafe-perm
|
run: yarn --frozen-lockfile --unsafe-perm
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
run: yarn playground:install --frozen-lockfile --unsafe-perm
|
||||||
- name: Build playground
|
|
||||||
run: yarn playground:build
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: yarn run -s test:integration
|
run: yarn run -s test:integration
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
|
Loading…
Reference in New Issue