Skip to content

docs: #89,updated systemd docs to define absolute path to config #20

docs: #89,updated systemd docs to define absolute path to config

docs: #89,updated systemd docs to define absolute path to config #20

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Install dependencies
run: |
sudo apt-get install -y git
git clone https://github.com/magefile/mage
cd mage && go run bootstrap.go
cd ..
- name: Test
run: mage test:run