mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(tailcall)
forgot to include in PR.
This commit is contained in:
parent
bb2f99e4dc
commit
fc6ab8be65
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ test:
|
||||||
script:
|
script:
|
||||||
# required file
|
# required file
|
||||||
- run: touch .env
|
- run: touch .env
|
||||||
if: '>=0.66.0'
|
if: '>=0.65.0'
|
||||||
- test "$(tailcall --version)" = "tailcall {{version}}"
|
- test "$(tailcall --version)" = "tailcall {{version}}"
|
||||||
|
|
Loading…
Reference in a new issue