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