-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add nightly codespace CI #453
base: main
Are you sure you want to change the base?
Conversation
e26c0b6
to
ac0ec26
Compare
b34397b
to
8a90093
Compare
8a90093
to
25616eb
Compare
d651c84
to
30d3632
Compare
To check if a service is running in codespaces, eg. the Portal API, we send a Curl HTTP request to the provided URL. If the service is up and running, we should get back a 200. When the service has not started yet, Codespaces returns 302. Getting a 302 back seems to kill the whole process make the Github Action to stop and fail (see logs in screenshot). We need to investigate this. |
6068f87
to
7fd6fbe
Compare
7fd6fbe
to
163c2ef
Compare
I managed to fix the 302 issues we had. However, currently the Strapi service is not running properly. I need to investigate. Currently, the PR is working as expected - but I'd like to be able to valid the full flow before we get it merged. |
No description provided.