Skip to content

build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 in /examples/sequence-diagrams-with-mysql-database #524

build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 in /examples/sequence-diagrams-with-mysql-database

build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 in /examples/sequence-diagrams-with-mysql-database #524

Workflow file for this run

name: UnitTestExampleCodes
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test for example codes (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: Run tests for example codes
run: make test-examples