Skip to content

Commit

Permalink
tests: add check to node-22 startup
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 13, 2024
1 parent 584183d commit 9233ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/TESTING_base_images_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ docker compose exec -T commons sh -c "curl node-20:3000/test" | grep "v20"
docker compose exec -T node-22 sh -c "node -v" | grep "v22"

# node-22 should be serving content
docker run --rm --net all-images_default jwilder/dockerize dockerize -wait tcp://node-22:3000 -timeout 1m
docker compose exec -T commons sh -c "curl node-22:3000/test" | grep "v22"

# ruby-3-1 should have Ruby 3.1
Expand Down

0 comments on commit 9233ed0

Please sign in to comment.