Skip to content

Commit

Permalink
Fix db service name in test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Nov 4, 2024
1 parent adaceb5 commit ddf5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Lint with ruff
run: ruff check src/
- name: Run MySQL container
run: docker compose up -d mysql
run: docker compose up -d db
- name: Prepare database
run: python tests/prepare_db.py
- name: Run metrics tests
Expand Down

0 comments on commit ddf5166

Please sign in to comment.