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 c9caf70 commit 70a5777Copy full SHA for 70a5777
.github/workflows/tests.yml
@@ -82,6 +82,8 @@ jobs:
82
dependencies: "highest"
83
84
env:
85
+ # github actions ternary, see https://7tonshark.com/posts/github-actions-ternary-operator/
86
+ DBA_PLATFORM: ${{ startsWith(matrix.db-image, 'mariadb') && 'mariadb' || 'mysql' }}
87
DBA_REFLECTOR: ${{ matrix.reflector }}
88
DBA_MODE: ${{ matrix.mode }}
89
0 commit comments