Change cli name to valkey-cli if used with valkey #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |