good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e1e65adc authored by Anmol Sethi's avatar Anmol Sethi
Browse files

daily.yml: Add to run AUTOBAHN tests daily

parent 2a5a5666
Branches
Tags
No related merge requests found
name: daily
on:
workflow_dispatch:
schedule:
- cron: '42 0 * * *' # daily at 00:42
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- run: AUTOBAHN=1 ./ci/test.sh
- uses: actions/upload-artifact@v3
with:
name: coverage.html
path: ./ci/out/coverage.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment