Skip to content

Commit

Permalink
chore(test): fix docker compose step on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupix committed Jan 15, 2025
1 parent d4000ac commit 2a71c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm run lint

- name: Start databases
uses: hoverkraft-tech/compose[email protected]
run: docker compose up -d

- name: Wait for databases to be available
run: sleep 10
Expand Down

0 comments on commit 2a71c22

Please sign in to comment.