File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
env :
100
100
API_KEY : ${{ secrets.API_KEY }}
101
101
JAVA_OPTS : " -XX:MaxHeapSize=6g"
102
- run : yarn build:libs
102
+ run : turbo run build --filter='./packages/*'
103
103
104
104
- name : Unit Test
105
105
run : |
@@ -109,7 +109,7 @@ jobs:
109
109
PACKAGES_CHANGED=$(git diff origin/$BASE_BRANCH...HEAD --name-only | grep "^packages/" || echo "")
110
110
if [ -n "$PACKAGES_CHANGED" ]; then
111
111
echo "Changes detected in packages/ directory, running selective tests"
112
- yarn turbo test:run --filter="./packages/*" --filter="[origin/$BASE_BRANCH...HEAD]" --continue
112
+ yarn turbo test:run --filter="./packages/*" --filter="[origin/$BASE_BRANCH...HEAD]" --no-deps -- continue
113
113
else
114
114
echo "No changes in packages/ directory, skipping package tests"
115
115
fi
You can’t perform that action at this time.
0 commit comments