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 efcb19b commit c47b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

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

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

0 comments on commit c47b4ae

Please sign in to comment.