Skip to content

Commit

Permalink
Add Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Mar 20, 2024
1 parent 9043396 commit 6ceb589
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
matrix:
python-version: ['3.11'] # '3.8', '3.9', '3.10',
node-version: ['14.x']
services:
redis:
image: redis
ports:
- 6379:6379
postgres:
image: postgres
env:
POSTGRES_USER: netbox
POSTGRES_PASSWORD: netbox
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
#services:
#redis:
# image: redis
# ports:
# - 6379:6379
#postgres:
# image: postgres
# env:
# POSTGRES_USER: netbox
# POSTGRES_PASSWORD: netbox
# options: >-
# --health-cmd pg_isready
# --health-interval 10s
# --health-timeout 5s
# --health-retries 5
# ports:
# - 5432:5432

steps:
- name: Check out NetBox
Expand Down

0 comments on commit 6ceb589

Please sign in to comment.