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

Build pipeline: Don't use a dev build of the test frontend for acceptance tests #517

Open
spruce-bruce opened this issue Oct 5, 2021 · 0 comments

Comments

@spruce-bruce
Copy link
Collaborator

spruce-bruce commented Oct 5, 2021

The build pipeline is configured to start the test frontend using dev mode. That means that there is a file watcher running and it's forcing us to complicate our configs with a CHOKIDAR_USEPOLLING flag. Let's use a real production build of the test frontend instead, and let's remove that CHOKIDAR_USEPOLLING flag.

https:/synapsestudios/oidc-platform/blob/master/.github/workflows/build.yml#L195

  • The test frontend can be built in parallel to the oidc image
  • the build can be cached. We can either use an old artifact or some other cache when there are no changes to the test FE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant