We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165f773 commit 51ecc69Copy full SHA for 51ecc69
.github/workflows/coverage.yml
@@ -44,20 +44,20 @@ jobs:
44
if [[ "$d" == "postgrest/"* ]]; then
45
cd ../../infra/postgrest
46
docker compose down
47
- docker compose up -d
48
sleep 5s
+ docker compose up -d
49
cd ../../packages/postgrest
50
elif [[ "$d" == "gotrue/"* ]]; then
51
cd ../../infra/gotrue
52
53
54
55
cd ../../packages/gotrue
56
elif [[ "$d" == "storage_client/"* ]]; then
57
cd ../../infra/storage_client
58
59
60
61
cd ../../packages/storage_client
62
fi
63
# Run tests with coverage
0 commit comments