Skip to content

Commit

Permalink
Fix ports for test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wederbn committed May 15, 2024
1 parent 2f64814 commit 99c8b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
qc-atlas:
image: planqk/atlas:v3.1.3
ports:
- "6626:6626"
- 6626:6626
env:
POSTGRES_HOSTNAME: db
POSTGRES_PORT: 5060
Expand Down

0 comments on commit 99c8b93

Please sign in to comment.