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

feat(ci-checks): add workflow to run rspec and jest on PR #1404

Merged
merged 8 commits into from
Aug 30, 2024

Conversation

andypf
Copy link
Collaborator

@andypf andypf commented Aug 29, 2024

This PR introduces CI checks for RSpec and Jest via GitHub Workflows. This approach consolidates checks into GitHub, eliminating the need to track them in Concourse and providing clear visibility on PR responsibility.

Next, we could consider adding another workflow to build the Docker image after a PR is merged. The Concourse pipeline could then listen for PR merges and trigger the deployment.

Changes

  • Added a workflow that installs all dependencies, starts PostgreSQL, and runs RSpec and Jest tests.
  • Replaced dependencies on the asset server with npm dependencies.
  • Updated all imports from from "juno-ui-components" to from "@cloudoperators/juno-ui-components".

@andypf andypf changed the title Feature: add workflow to run rspec and jest feat(ci-checks): add workflow to run rspec and jest on PR Aug 30, 2024
@andypf andypf merged commit e6cd848 into master Aug 30, 2024
4 checks passed
@andypf andypf deleted the andypf-templates branch August 30, 2024 14:15
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

Successfully merging this pull request may close these issues.

2 participants