From 5080fa8d976ce9c73afe350462e282462ff173b3 Mon Sep 17 00:00:00 2001 From: NeonKirill Date: Sun, 30 Jun 2024 14:52:08 +0200 Subject: [PATCH] added working dir --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 4a89634..2ce09e7 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -74,7 +74,7 @@ jobs: python -m pip install jsbeautifier==1.15.1 - name: Build Nano JS working-directory: ./ - run: python ./scripts/file_merger.py --weighted_dirs 1=['js'] --weighted_files 0=['nano_builder.js'] --skip_files meta.js klatchatNano.js --save_to ./chat_client/static/js/klatchatNano.js --beautify 1 + run: python ./scripts/file_merger.py --working_dir ./chat_client/static --weighted_dirs 1=['js'] --weighted_files 0=['nano_builder.js'] --skip_files meta.js klatchatNano.js --save_to ./js/klatchatNano.js --beautify 1 - name: Build Nano CSS working-directory: ./ - run: python ./scripts/file_merger.py --weighted_dirs 1=['css'] --skip_files sidebar.css klatchatNano.css --save_to ./chat_client/static/css/klatchatNano.css --beautify 0 + run: python ./scripts/file_merger.py --working_dir ./chat_client/static --weighted_dirs 1=['css'] --skip_files sidebar.css klatchatNano.css --save_to ./css/klatchatNano.css --beautify 0