Skip to content

Commit 4138b2e

Browse files
committed
Run MySQL step on condition
1 parent 46bc57a commit 4138b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/UnitTesting.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030

3131
- name: Start MySQL
32+
if: ${{ matrix.testenv == 'ext' }}
3233
run: |
3334
sudo /etc/init.d/mysql start
3435
mysql -e 'CREATE DATABASE ${{ env.DB_DATABASE }};' -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}

0 commit comments

Comments
 (0)