Skip to content

Commit 3ede7cf

Browse files
author
litongjava
committed
remove project name from sqlfile path
1 parent 462bdd6 commit 3ede7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
architecture: 'x64'
137137
- name: Import SQL Script
138138
run: |
139-
cat FrameworkBenchmarks/frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
139+
cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
140140
- name: Get all changes vs master
141141
# Runs github_actions_diff, with the the output accessible in later steps
142142
run: |

0 commit comments

Comments
 (0)