Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dukhno committed May 8, 2021
1 parent 25886bd commit 3503d7b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/psycopg2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8 ]
python-version: [ 3.6, 3.7, 3.8 ]
steps:
- name: start IsomorphicDB docker container
run: |
Expand All @@ -35,5 +35,10 @@ jobs:
python setup.py build
python setup.py install
python -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')" --verbose
env:
PSYCOPG2_TESTDB: test
PSYCOPG2_TESTDB_HOST: localhost
PSYCOPG2_TESTDB_PORT: 5432
PSYCOPG2_TESTDB_USER: postgres
- name: stop IsomorphicDB docker container
run: docker stop ${{ env.CONTAINER_ID }}

0 comments on commit 3503d7b

Please sign in to comment.