particle-os-cli/integration-tests/test-repo/modules/test-module/test-module.sh
Gerald Pinder 46700ab794
chore: Create base integration test setup (#55)
This will allow us to create a suite of tests for our new features
rather than using my personal image repo
2024-02-09 11:47:59 -05:00

5 lines
61 B
Bash

#!/bin/bash
set -euo pipefail
echo "This is a test module"