Files
testrepo/scripts/test.sh
T
Romane 166daf5ad8
Run script on commit / run-bash (push) Failing after 1m29s
this time?
2026-05-02 13:37:12 +02:00

8 lines
96 B
Bash

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