Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

ci: add nightly codespace CI #453

wants to merge 14 commits into from

Conversation

manekinekko
Copy link
Collaborator

No description provided.

@manekinekko manekinekko marked this pull request as draft March 14, 2024 16:57
@manekinekko manekinekko marked this pull request as ready for review March 18, 2024 17:03
@manekinekko
Copy link
Collaborator Author

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.

image

@manekinekko manekinekko self-assigned this Apr 4, 2024
@manekinekko manekinekko added the type: enhancement New feature or request label Apr 4, 2024
@manekinekko manekinekko force-pushed the codespaces-ci branch 4 times, most recently from 6068f87 to 7fd6fbe Compare April 4, 2024 14:54
@manekinekko
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant