Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki777 committed Jun 19, 2024
1 parent f7db586 commit c01ceb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
test_script: [
mongodb-4.4.10.sh,
mongodb-5.0.3.sh,
mysql-5.7.31.sh,
mysql-8.0.30.sh,
postgresql-12.4.sh,
postgresql-13.2.sh,
redis-6.2.14.sh,
# mongodb-4.4.10.sh,
# mongodb-5.0.3.sh,
# mysql-5.7.31.sh,
# mysql-8.0.30.sh,
# postgresql-12.4.sh,
# postgresql-13.2.sh,
# redis-6.2.14.sh,
redis-7.2.5.sh
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/redis-7.2.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "# Test create"
echo "# Test port"
./$type/port.sh -f json dbdb-test-$hash | jq
echo "# Test start"
./$type/start.sh -f json dbdb-test-$hash | jq
./$type/start.sh -f json dbdb-test-$hash
echo "# Test status"
./$type/status.sh -f json dbdb-test-$hash | jq
echo "# Test restart"
Expand Down

0 comments on commit c01ceb9

Please sign in to comment.