mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-09 20:09:17 -06:00
disabled ansi output for tom example in workflows
Output was not corrupted but was without coloring.
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -224,7 +224,7 @@ jobs:
|
||||
- name: Tom example execute migrate:status 🚀
|
||||
working-directory: ../TinyORM-builds-cmake/build-${{ matrix.compiler.key }}-cmake-debug/examples/tom
|
||||
run: |
|
||||
./tom migrate:status --ansi
|
||||
./tom migrate:status
|
||||
env:
|
||||
DB_MYSQL_CHARSET: utf8mb4
|
||||
DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci
|
||||
|
||||
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@@ -236,7 +236,7 @@ jobs:
|
||||
- name: Tom example execute migrate:status 🚀
|
||||
working-directory: ../TinyORM-builds-cmake/build-msvc-cmake-debug/examples/tom
|
||||
run: |
|
||||
.\tom.exe migrate:status --ansi
|
||||
.\tom.exe migrate:status
|
||||
env:
|
||||
DB_MYSQL_CHARSET: utf8mb4
|
||||
DB_MYSQL_COLLATION: utf8mb4_0900_ai_ci
|
||||
|
||||
Reference in New Issue
Block a user