Skip to content

Conversation

@Darrenla
Copy link
Collaborator

@Darrenla Darrenla commented Sep 18, 2025

Add CI to run 3 steps:

- name: Build Docker image
  run: docker build -t interview-app .
- name: Run the container
  run: docker run -d -p 3000:3000 -v $(pwd):/rails --name interview-dev interview-app
- name: Run all tests
  run: docker container exec interview-dev ./bin/rails test
image

@Darrenla Darrenla force-pushed the setup_ci branch 5 times, most recently from be9b11e to 993f30f Compare September 18, 2025 01:52
Copy link
Contributor

@hakimAtTripla hakimAtTripla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Darrenla !

@hakimAtTripla hakimAtTripla merged commit d1df612 into main Sep 19, 2025
1 check passed
@hakimAtTripla hakimAtTripla deleted the setup_ci branch September 19, 2025 01:05
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.

3 participants