Skip to content

Commit

Permalink
Missed dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Aug 18, 2024
1 parent 8fe3c43 commit bd58ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build docker images
run: docker compose -f docker-compose.server_ci.yml build --pull && docker-compose -f docker-compose.server_ci.yml up --no-start
run: docker compose -f docker-compose.server_ci.yml build --pull && docker compose -f docker-compose.server_ci.yml up --no-start
- name: Start MySQL
run: docker compose -f docker-compose.server_ci.yml start db
- name: Wait for MySQL to create initial database
Expand Down

0 comments on commit bd58ecb

Please sign in to comment.