Skip to content

Commit f5256ad

Browse files
committed
[Feature][Engine UI] modify ui.yml
2 parents b88bebc + bee242c commit f5256ad

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: .github/workflows/ui.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
submodules: true
3434
- name: Install Dependencies
3535
run: |
36-
cd ./seatunnel-engine/seatunnel-ui
36+
cd seatunnel-engine/seatunnel-engine-ui/
3737
npm install
3838
- name: Check Code Style
3939
run: |
40-
cd ./seatunnel-engine/seatunnel-ui
40+
cd seatunnel-engine/seatunnel-engine-ui
4141
npm run lint
4242
4343
sanity-check:
@@ -63,12 +63,21 @@ jobs:
6363
id: filter
6464
run: |
6565
# Navigate to the frontend directory
66+
<<<<<<< HEAD
6667
cd seatunnel/seatunnel-engine/seatunnel-ui
6768

6869
# Use git to find changed files in the frontend directory
6970
git fetch origin
7071
CHANGED_FILES=$(git diff --name-only origin/main...HEAD | grep "^seatunnel/seatunnel-engine/seatunnel-ui/")
7172

73+
=======
74+
cd seatunnel-engine/seatunnel-engine-ui/
75+
76+
# Use git to find changed files in the frontend directory
77+
git fetch origin
78+
CHANGED_FILES=$(git diff --name-only origin/main...HEAD | grep "^seatunnel-engine/seatunnel-engine-ui/")
79+
80+
>>>>>>> bee242c138db576455d3d66a337fc9d4eb03579b
7281
# If there are changes, list the affected modules
7382
if [ -n "$CHANGED_FILES" ]; then
7483
echo "modules=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)