Skip to content

Commit 0f95145

Browse files
author
litongjava
committed
rollback and change to tfb-database
1 parent 72907d4 commit 0f95145

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,14 @@ jobs:
155155
# run-ci.py runs the diffing to see if github actions needs to test this framework. Ideally/eventually,
156156
# we'd like to try and do the diffing before github_actions_clean & setup.
157157
# This will run the tests exactly as you would in your own vm:
158-
docker network create tfb > /dev/null 2>&1 && docker run --network=tfb -e USER_ID=$(id -u) -v /var/run/docker.sock:/var/run/docker.sock --mount type=bind,source=`pwd`,target=/FrameworkBenchmarks techempower/tfb --mode verify --test-dir $RUN_TESTS --results-environment Github-Actions;
158+
docker network create tfb > /dev/null 2>&1 \
159+
&& docker run --network=tfb -e USER_ID=$(id -u) -v /var/run/docker.sock:/var/run/docker.sock \
160+
-e JDBC_URL="jdbc:mysql://tfb-database/hello_world" \
161+
-e JDBC_USER="benchmarkdbuser" \
162+
-e JDBC_PSWD="benchmarkdbpass" \
163+
--mount type=bind,source=`pwd`,target=/FrameworkBenchmarks \
164+
techempower/tfb \
165+
--mode verify --test-dir $RUN_TESTS --results-environment Github-Actions;
159166
dependabot:
160167
needs: verify
161168
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)