mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-29 12:48:59 +03:00
CI: sqlx requires env var
This commit is contained in:
parent
cc2f59f3be
commit
5c4435430f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -103,6 +103,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: doc
|
command: doc
|
||||||
args: --no-deps --workspace --all-features
|
args: --no-deps --workspace --all-features
|
||||||
|
env:
|
||||||
|
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')
|
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')
|
||||||
|
|
Loading…
Add table
Reference in a new issue