mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
chore: Remove removed packages from github test pulls workflow
This commit is contained in:
parent
bac216ca12
commit
6c507bbbcf
4
.github/workflows/test-pulls.yml
vendored
4
.github/workflows/test-pulls.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
# format tests don't pass on node 12 since icu is missing and tests don't work with locales
|
||||
- name: Test packages
|
||||
run: yarn test --ignore='@lowdefy/format' --ignore='@lowdefy/blocks-*' --ignore='@lowdefy/graphql'
|
||||
run: yarn test --ignore='@lowdefy/format' --ignore='@lowdefy/blocks-*'
|
||||
|
||||
- name: Upload coverage to codecov
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: Build packages
|
||||
run: yarn build --ignore='@lowdefy/api' --ignore='@lowdefy/build' --ignore='@lowdefy/cli' --ignore='@lowdefy/client' --ignore='@lowdefy/engine' --ignore='@lowdefy/graphql*' --ignore='@lowdefy/layout' --ignore='@lowdefy/node-utils' --ignore='@lowdefy/operators' --ignore='@lowdefy/server*'
|
||||
run: yarn build --ignore='@lowdefy/api' --ignore='@lowdefy/build' --ignore='@lowdefy/cli' --ignore='@lowdefy/client' --ignore='@lowdefy/engine' --ignore='@lowdefy/layout' --ignore='@lowdefy/node-utils' --ignore='@lowdefy/operators' --ignore='@lowdefy/server*'
|
||||
|
||||
# format tests don't pass on node 12 since icu is missing and tests don't work with locales
|
||||
- name: Test packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user