Skip to content

Commit 8801c29

Browse files
committed
update
1 parent afe17cb commit 8801c29

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/start_wesql_database.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@ jobs:
107107
108108
- name: Keep session running
109109
run: |
110-
echo "Press Ctrl+C or cancel the workflow run when done testing."
110+
echo "Keep session running"
111+
echo "You can review the connection info in the S3 bucket by reading the file connection_info.txt"
112+
echo "aws s3 cp s3://wesql-free-test1/connection_info.txt -"
113+
111114
tail -f /dev/null

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# wesql_in_github_actions
1+
# Run WeSQL Database In Github Actions
2+
3+

0 commit comments

Comments
 (0)