print working see with checkout
All checks were successful
Run short tests / run-tests (push) Successful in 1m14s
Run nightly tests / nightly-tests (push) Successful in 1m40s

This commit is contained in:
2025-05-21 14:41:44 +02:00
parent 17d2f4d1f5
commit f97841b079

View File

@@ -7,14 +7,16 @@ on:
branches:
- main
jobs:
test-cron-job:
nightly-tests:
runs-on: [ubuntu-latest, cloud]
steps:
- name: Print
run : |
echo "Running nightly tests"
echo "Current date and time: $(date)"
echo "Running on $(uname -a)"
echo "Running on $(cat /etc/os-release)"
echo "Running on $(cat /proc/cpuinfo | grep 'model name' | uniq)"
echo "Running on $(cat /proc/meminfo | grep 'MemTotal')"
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Test
working-directory: ./src
run: go test -v --short ./...