mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
test(vite)[1]
This commit is contained in:
parent
c7c932f984
commit
9342928266
1 changed files with 4 additions and 1 deletions
|
@ -39,10 +39,13 @@ build:
|
|||
test:
|
||||
dependencies:
|
||||
darwinsys.com/file: '*'
|
||||
linux:
|
||||
strace.io: '*'
|
||||
script:
|
||||
- ls -l "{{prefix}}/bin"
|
||||
- file "{{prefix}}/bin/vite"
|
||||
- ${{prefix}}/bin/vite --version
|
||||
- run: strace vite --version
|
||||
if: linux
|
||||
- vite --version
|
||||
- test "$(vite --version | grep -o 'vite/[^ ]*')" = "vite/{{version.raw}}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue