Skip to content

Commit 6c06cfe

Browse files
committed
test update
1 parent b061c2e commit 6c06cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cat ./deno.json
3838

3939
- name: Start Database on Docker
40-
run: cd docker && docker compose up -d && cd .. && docker container ls
40+
run: cd docker && docker compose up -d && cd .. && sleep 10 && docker container ls
4141

4242
- name: Run tests
4343
run: deno test --unstable --allow-read --allow-write --allow-env --allow-net --no-check --coverage=./coverage

0 commit comments

Comments
 (0)