We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe17cb commit 8801c29Copy full SHA for 8801c29
.github/workflows/start_wesql_database.yml
@@ -107,5 +107,8 @@ jobs:
107
108
- name: Keep session running
109
run: |
110
- echo "Press Ctrl+C or cancel the workflow run when done testing."
+ 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
+
114
tail -f /dev/null
README.md
@@ -1 +1,3 @@
1
-# wesql_in_github_actions
+# Run WeSQL Database In Github Actions
2
3
0 commit comments