Skip to content

Check for systemd and redis / valkey service names #37

Check for systemd and redis / valkey service names

Check for systemd and redis / valkey service names #37

Workflow file for this run

name: Installer status
on:
push:
branches:
- main
paths:
- '*.sh'
- 'lua/**'
- 'smax-scripts.service'
- '.github/workflows/test.yml'
pull_request:
paths:
- '*.sh'
- 'lua/**'
- 'smax-scripts.service'
- '.github/workflows/test.yml'
jobs:
test:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- name: install redis
run: sudo apt install redis
- name: Check out smax-server
uses: actions/checkout@v4
- name: Run installer
run: sudo ./install.sh auto