1
0
mirror of https://github.com/rancher/norman.git synced 2026-01-16 06:47:47 +00:00
Files
norman/scripts/ci
Tom Lebreux 9a7cfbd38d [v2.7] Run go test in CI (#490)
* CI: Run go test

* CI: Move to dapper v0.6.0
2024-04-10 10:53:09 -04:00

9 lines
64 B
Bash
Executable File

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