Skip to content

Commit

Permalink
Run rails routes after the docker container is deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jan 17, 2025
1 parent 58e06ae commit 06edc1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ jobs:
docker compose -f ".github/docker/simple-server.compose.yml" up -d
- name: Wait for Docker server to be available
run: .github/scripts/wait_for_docker_server.sh
run: |
.github/scripts/wait_for_docker_server.sh
docker compose -f ".github/docker/simple-server.compose.yml" exec server bundle exec rails routes
- name: Cache AVD
uses: actions/cache@v4
Expand Down

0 comments on commit 06edc1e

Please sign in to comment.