Skip to content

Bump mysql-connector-python from 8.0.19 to 9.1.0 in /kopfmysql #94

Bump mysql-connector-python from 8.0.19 to 9.1.0 in /kopfmysql

Bump mysql-connector-python from 8.0.19 to 9.1.0 in /kopfmysql #94

Workflow file for this run

name: python test
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: make build
working-directory: ./kopfmysql
- name: bash
run: make run-ls
working-directory: ./kopfmysql
- name: pytest
run: make test
working-directory: ./kopfmysql