mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
634 B
38 lines
634 B
name: db-tests
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- "docs/**"
|
|
- "*.md"
|
|
|
|
jobs:
|
|
test-pgsql:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|
|
test-sqlite:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|
|
test-unit:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|
|
test-mysql5:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|
|
test-mysql8:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|
|
test-mssql:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "No build required"
|
|
|