system-agent/scripts/gha-ci

10 lines
78 B
Bash
Executable File

#!/bin/bash
set -e
cd $(dirname $0)
./build
./test
./validate
./validate-ci