From 77ce0490f4343f9a4794f451b97cabf3ea0cc3de Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Sat, 22 Mar 2025 15:09:11 +0100 Subject: [PATCH] doc: Update readme --- .github/workflows/testing.yml | 33 +++++++++++++++++++++++++++++++ README.md | 6 +++++- StreamingCommunity/run.py | 4 ++-- Test/Util/loadSearchApi.py | 37 +++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 .github/workflows/testing.yml create mode 100644 Test/Util/loadSearchApi.py diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml new file mode 100644 index 0000000..0333c64 --- /dev/null +++ b/.github/workflows/testing.yml @@ -0,0 +1,33 @@ +name: Test Site Modules and OS Path + +on: + push: + branches: [ main, master, develop ] + pull_request: + branches: [ main, master, develop ] + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + + - name: Run loadSearchApi test + run: | + PYTHONPATH=$PYTHONPATH:$(pwd) python -m Test.Util.loadSearchApi + + - name: Run osPath test + run: | + PYTHONPATH=$PYTHONPATH:$(pwd) python -m Test.Util.osPath \ No newline at end of file diff --git a/README.md b/README.md index c6b9520..bb349dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
@@ -32,6 +32,7 @@
# 📋 Table of Contents
- 🔄 [Update Domains](#update-domains)
+- 🌐 [Available Sites](https://arrowar.github.io/StreamingDirectory/)
- 🛠️ [Installation](#installation)
- 📦 [PyPI Installation](#1-pypi-installation)
- 🔄 [Automatic Installation](#2-automatic-installation)
@@ -72,6 +73,9 @@
+
+
+