Skip to content

Configure Renovate - autoclosed #4

Configure Renovate - autoclosed

Configure Renovate - autoclosed #4

Workflow file for this run

name: "tests"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
kind:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Unit tests
env:
GOPATH: /home/runner/go
run: |
make test
make vet
make website-test
- uses: engineerd/[email protected]
- name: Acceptance Tests
run: |
make testacc