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 4a5e66d commit b06dd2d
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 @@ -111,7 +111,7 @@ jobs:
- name: Spin up services
run: |
docker-compose -f ./docker-compose-dev.yml up -d --no-build
docker-compose -f ./docker-compose-dev.yml up -d --no-build
echo "logs datadb ..."
docker-compose -f docker-compose-dev.yml logs datadb
Expand Down

0 comments on commit b06dd2d

Please sign in to comment.