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 ca3c945 commit 6f0e84cCopy full SHA for 6f0e84c
.github/workflows/tests.yml
@@ -50,7 +50,9 @@ jobs:
50
ports:
51
- "3306:3306"
52
env:
53
- SINGLESTORE_LICENSE: ${{ secrets.SINGLESTORE_LICENSE }}
+ # this license key is only authorized for use in SingleStore laravel tests and is heavily restricted
54
+ # if you want a free SingleStore license for your own use please visit https://www.singlestore.com/cloud-trial/
55
+ SINGLESTORE_LICENSE: BGIxODZiYTg1YWUxYjRlODRhYzRjMGFmYTA1OTkxYzgyAAAAAAAAAAABAAAAAAAAACgwNQIZANx4NIXJ7CWvKYYb3wIyRXxBY7fdAnLeSwIYLy2Q0jA124GAkl04yuGrD59Zpv85DVYXAA==
56
ROOT_PASSWORD: "test"
57
58
steps:
0 commit comments