Skip to content

Update dependency community.dns to v3.0.1 #226

Update dependency community.dns to v3.0.1

Update dependency community.dns to v3.0.1 #226

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