Remove reference to Postgres/MySQL (GH actions config was largely copied from sql_bridge)
This commit is contained in:
parent
70bab7df95
commit
dc2184ea06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests-workflow.yml
vendored
2
.github/workflows/tests-workflow.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue