mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-10 01:24:28 +01:00
Properly test under other databases with Github Actions
This commit is contained in:
2
.github/workflows/postgres.yml
vendored
2
.github/workflows/postgres.yml
vendored
@@ -29,7 +29,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
TESTING_DATABASE_URL: ['postgres://postgres@localhost/ctfd']
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
@@ -52,6 +51,7 @@ jobs:
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: AKIAIOSFODNN7EXAMPLE
|
||||
AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
||||
TESTING_DATABASE_URL: 'postgres://postgres@localhost/ctfd'
|
||||
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1.0.11
|
||||
|
||||
Reference in New Issue
Block a user