We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462bdd6 commit 3ede7cfCopy full SHA for 3ede7cf
.github/workflows/build.yml
@@ -136,7 +136,7 @@ jobs:
136
architecture: 'x64'
137
- name: Import SQL Script
138
run: |
139
- cat FrameworkBenchmarks/frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
+ cat frameworks/Java/tio-server/sql/hello_world.sql | mysql -h localhost -u root -probot_123456# hello_world
140
- name: Get all changes vs master
141
# Runs github_actions_diff, with the the output accessible in later steps
142
0 commit comments