mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Re-enable github actions tests
This commit is contained in:
13
.github/workflows/actions.yml
vendored
13
.github/workflows/actions.yml
vendored
@@ -48,13 +48,12 @@ jobs:
|
||||
python -m pip install -r requirements.txt
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
||||
# Re-enable once tests are fixed
|
||||
# - name: Test with pytest
|
||||
# env:
|
||||
# DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
|
||||
# SECRET_KEY: "for-testing-only"
|
||||
# run: |
|
||||
# python -m pytest
|
||||
- name: Test with pytest
|
||||
env:
|
||||
DATABASE_URL: "postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres"
|
||||
SECRET_KEY: "for-testing-only"
|
||||
run: |
|
||||
python -m pytest
|
||||
|
||||
- name: Lints with Black
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user