fix(turso)[1]

closes #6068
closes #6069
This commit is contained in:
Jacob Heider 2024-05-06 10:34:27 -04:00
parent fc11a26ab0
commit 8ec83543b8
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -36,6 +36,6 @@ build:
test:
- run: 'test "$(turso db locations 2>&1 || true)" = "Error: user not logged in, please login with turso auth login"'
if: <0.93.2
if: <0.93.1
- run: 'test "$(turso db locations 2>&1 || true)" = "You are not logged in, please login with turso auth login before running other commands."'
if: '>=0.93.2'
if: '>=0.93.1'