#!/bin/bash
echo "Testing cuddle"
cuddle_cli x install_cuddle
CUDDLE_FETCH_POLICY=always cuddle_cli x run_release
echo "finished testing cuddle"