mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-09 11:59:15 -06:00
test tom example for mingw workflow
This commit is contained in:
9
.github/workflows/mingw.yml
vendored
9
.github/workflows/mingw.yml
vendored
@@ -231,17 +231,12 @@ jobs:
|
||||
DB_PGSQL_USERNAME: ${{ secrets.DB_PGSQL_USERNAME }}
|
||||
DB_SQLITE_DATABASE: ${{ runner.temp }}/${{ secrets.DB_SQLITE_DATABASE }}
|
||||
|
||||
- name: TinyORM prepend to the system $LD_LIBRARY_PATH
|
||||
shell: msys2 {0}
|
||||
working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug
|
||||
run: |
|
||||
echo $PWD >> $GITHUB_PATH
|
||||
|
||||
- name: Tom example execute migrate:status 🚀
|
||||
shell: msys2 {0}
|
||||
working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug/examples/tom
|
||||
run: |
|
||||
./tom migrate:status
|
||||
export PATH=../..${PATH:+:}$PATH
|
||||
./tom.exe migrate:status
|
||||
env:
|
||||
DB_MYSQL_CHARSET: utf8mb4
|
||||
DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci
|
||||
|
||||
Reference in New Issue
Block a user