gitlink-cli/workflows/test.sh

5 lines
190 B
Bash

#!/usr/bin/env bash
# gitlink-cli Integration Test Suite
# Usage: bash workflows/test.sh [owner] [repo]
python "$(dirname "${BASH_SOURCE[0]}")/test.py" "${1:-zzx-coder}" "${2:-gitlink-cli}"