chore: optimize workflows to avoid building components each time
This commit is contained in:
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
@@ -1,10 +1,12 @@
|
||||
name: Pull request
|
||||
name: General PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
paths:
|
||||
- 'packages/!(components)'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@@ -19,7 +21,7 @@ jobs:
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
run: yarn build:all
|
||||
- name: Build Android
|
||||
run: yarn android:bundle
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user