Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Sep 2, 2023
1 parent b465690 commit 5aab164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'mac-latest']
python-version: [3.8, 3.9, '3.10']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_DB: nodejsscan
SQLALCHEMY_DATABASE_URI: postgresql://postgres:postgres@postgres/nodejsscan
SQLALCHEMY_DATABASE_URI: postgresql://postgres:postgres@postgres:5432/nodejsscan

- name: Clean Up
run: |
Expand Down

0 comments on commit 5aab164

Please sign in to comment.