fix(materialize)

closes #3385

"Not great, Bob. Not great."
This commit is contained in:
Jacob Heider 2023-09-20 18:21:33 -04:00
parent 4965ada8a5
commit 620802b1a6
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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