Skip to content

Commit 0a0e9e3

Browse files
authored
Merge pull request #1 from singlestore-labs/main
add heavily restricted license in order to support tests running on f…
2 parents aa879a1 + 6f0e84c commit 0a0e9e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
ports:
5151
- "3306:3306"
5252
env:
53-
SINGLESTORE_LICENSE: ${{ secrets.SINGLESTORE_LICENSE }}
53+
# 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==
5456
ROOT_PASSWORD: "test"
5557

5658
steps:

0 commit comments

Comments
 (0)