mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
fc11a26ab0
commit
8ec83543b8
1 changed files with 2 additions and 2 deletions
|
@ -36,6 +36,6 @@ build:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- run: 'test "$(turso db locations 2>&1 || true)" = "Error: user not logged in, please login with turso auth login"'
|
- 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."'
|
- 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'
|
||||||
|
|
Loading…
Reference in a new issue