Skip to content

Commit

Permalink
ci: fix xmatch end-to-end healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Apr 1, 2024
1 parent 0b0c0b6 commit 7037897
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
9 changes: 9 additions & 0 deletions ci/test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@
},
},
],
"xmatch-service": [
{
"step": healthcheck_test_step,
"args": {
"staging": [f"{staging_url}/xmatch-service"],
"production": [f"{prod_url}/xmatch-service"],
},
},
]
}
43 changes: 18 additions & 25 deletions lightcurve/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7037897

Please sign in to comment.