mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
4965ada8a5
commit
620802b1a6
1 changed files with 5 additions and 2 deletions
|
@ -35,5 +35,8 @@ build:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
# The CLI is versioned independently of the repo's releases
|
# FIXME: The CLI is versioned independently of the repo's releases
|
||||||
- test "$(mz --version)" = "mz 0.1.3"
|
- run: test "$(mz --version)" = "mz 0.1.3"
|
||||||
|
if: <0.69.1
|
||||||
|
- run: test "$(mz --version)" = "mz 0.2.1"
|
||||||
|
if: ^0.69.1
|
||||||
|
|
Loading…
Reference in a new issue