Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Feb 18, 2024
1 parent 948dcac commit 200c123
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/cmake-single-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,19 @@ jobs:
if: runner.os == 'Windows'
run: |
echo "$pwd\install_dir\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
type $env:GITHUB_PATH
- name: update env (non-Windows)
if: runner.os != 'Windows'
run: |
echo "$PWD/install_dir/bin" >> $GITHUB_PATH
echo "LUA_PATH=$PWD/install_dir/share/sysbench/?.lua" >> $GITHUB_ENV
echo "$PWD/install_dir/bin" >> $GITHUB_PATH
echo "LUA_PATH=$PWD/install_dir/share/sysbench/?.lua" >> $GITHUB_ENV
- name: pre-smoke test
if: runner.os == 'Windows'
run: |
echo $env:PATH
where.exe sysbench.exe
- name: smoke test
run: |
#mysql --version
#mysql -uroot --host=127.0.0.1 -e "create database sbtest"
sysbench --version
sysbench --help
sysbench oltp_read_write --mysql-user=root --mysql-db=mysql --mysql-host=127.0.0.1 prepare
Expand Down

0 comments on commit 200c123

Please sign in to comment.