Test Guids/Locations/both

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2024-01-12 17:19:09 -07:00
parent 96fe367562
commit fa533ff65e
5 changed files with 216 additions and 4 deletions

View File

@@ -60,12 +60,19 @@ jobs:
- name: "Run tests"
run: |
# Move test/.env to root
mv test/ci.env .env
# Run script
# Test ci1
mv test/ci1.env .env
python main.py
# Run script twice to test if it can handle existing data
# Test ci2
mv test/ci2.env .env
python main.py
# Test ci3
mv test/ci3.env .env
python main.py
# Test again to test if it can handle existing data
python main.py
cat mark.log