2021-02-02 12:05:47 +01:00
|
|
|
name: jafar
|
|
|
|
on:
|
2021-02-03 13:20:37 +01:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'release/**'
|
2021-02-02 12:05:47 +01:00
|
|
|
schedule:
|
|
|
|
- cron: "0 5 * * 3"
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/setup-go@v1
|
|
|
|
with:
|
2021-03-02 12:08:24 +01:00
|
|
|
go-version: "1.16"
|
2021-02-02 12:05:47 +01:00
|
|
|
- uses: actions/checkout@v2
|
2021-02-03 13:20:37 +01:00
|
|
|
- run: go build -v ./internal/cmd/jafar
|
2021-02-02 12:05:47 +01:00
|
|
|
- run: sudo ./testjafar.bash
|