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 Jun 30, 2024
1 parent f7557c2 commit f763f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Spin up services
run: |
docker-compose -f ./docker-compose-dev.yml up -d datadb
docker-compose -f ./docker-compose-dev.yml up -d
echo "logs datadb ..."
docker-compose -f docker-compose-dev.yml logs datadb
Expand Down

0 comments on commit f763f7a

Please sign in to comment.