Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azamatbayramov committed Jul 18, 2024
1 parent 4026122 commit efcb19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v4

- name: Start Docker Compose
run: docker compose -f docker/docker-compose-test.yml up
run: docker compose -f docker/docker-compose-test.yml up -d

- name: Print logs
run: docker logs rooma_tests
run: docker logs -f rooma_tests

build_frontend:
name: Build Frontend
Expand Down

0 comments on commit efcb19b

Please sign in to comment.