Files
testrepo/scripts/test.sh
T
Romane cbd8e01b91
Run script on commit / run-bash (push) Failing after 2m29s
inital test commit
2026-05-01 19:55:14 +02:00

8 lines
79 B
Bash

#!/bin/bash
set -e
apt install -y golang
go run main.go
echo "Done running!"