This repository was archived by the owner on Mar 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 555
ci: add nightly codespace CI #453
Open
manekinekko
wants to merge
14
commits into
main
Choose a base branch
from
codespaces-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.