Remove reference to Postgres/MySQL (GH actions config was largely copied from sql_bridge)

This commit is contained in:
Jesse Gumm 2024-09-05 14:56:59 -05:00
parent 70bab7df95
commit dc2184ea06

View file

@ -3,7 +3,7 @@ on: push
jobs: jobs:
linux: linux:
name: OTP ${{ matrix.otp_version }} (${{ matrix.mysql }}/PG ${{ matrix.pg}}) name: OTP ${{ matrix.otp_version }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
continue-on-error: true continue-on-error: true