Skip to content

rename_date: Replace spaces with underscore #270

rename_date: Replace spaces with underscore

rename_date: Replace spaces with underscore #270

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
lineinfile:
name: Test lineinfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10" # Ubuntu 22.04
- name: Run unit tests for desktop/lineinfile
working-directory: desktop/lineinfile
run: python3 -m unittest
- name: Run unit tests for server/templates/nut/client_server/upssched-cmd
working-directory: server/templates/nut/client_server/upssched-cmd
run: python3 -m unittest