diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index de58f52..5885b19 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -26,6 +26,9 @@ jobs: path: nginx-config ref: main + - name: "create devices directory" + run: 'mkdir source/devices' + - name: Parsing conf run: "cd parsers && python3.11 base.py"