From 56aa2fdf38053a687b1f5f78dcbf2ce39132f0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=BCller?= Date: Tue, 30 Apr 2024 21:02:15 +0200 Subject: [PATCH] ci: Remove installation dependencies and building of plugin --- .github/workflows/levitate.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/levitate.yml b/.github/workflows/levitate.yml index ddad437..8b08da5 100644 --- a/.github/workflows/levitate.yml +++ b/.github/workflows/levitate.yml @@ -12,10 +12,6 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20' - - name: Install dependencies - run: npm install - - name: Build plugin - run: npm run build - name: Compatibility check uses: grafana/plugin-actions/is-compatible@v1 with: