From 1beff7b2cc1340d98746b1cb01af97b17cd726b5 Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Wed, 24 Apr 2024 11:19:53 +0300 Subject: [PATCH] feat(live_monitor_ts): create pipline tests and lint --- .gitea/workflows/live_monitor_ui.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/live_monitor_ui.yml b/.gitea/workflows/live_monitor_ui.yml index 7efe03b..c2d34e8 100644 --- a/.gitea/workflows/live_monitor_ui.yml +++ b/.gitea/workflows/live_monitor_ui.yml @@ -18,9 +18,6 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - - name: cd live_monitor_ts - run: cd live_monitor_ts - - name: Install Node uses: actions/setup-node@v4 with: