Skip to content

Commit

Permalink
Added e2e tests GH action, with docker compose build - debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed Jul 1, 2024
1 parent a552710 commit 3f0a532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# TODO this should be enhanced to use a buildx bake to leverage layer caching for faster builds, or push to repo and simply have a pull for the run
# TODO docker-compose files should be refactored to use scopes instead of different versions for each environment
docker-compose -f ./docker-compose-github.yml pull
docker-compose -f ./docker-compose-github.yml up -d
docker-compose -f ./docker-compose-github.yml up -d --build
echo "logs datadb ..."
docker logs datadb
#docker-compose -f docker-compose-github.yml logs datadb
Expand Down
4 changes: 0 additions & 4 deletions docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ services:
restart: always
ports:
- 5433:5432
#volumes:
# - ./data/datadb:/var/lib/postgresql/data
#env_file:
# - .env

recipedb:
platform: linux/amd64
Expand Down

0 comments on commit 3f0a532

Please sign in to comment.