Skip to content

Commit

Permalink
ci: Remove installation dependencies and building of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 30, 2024
1 parent f9a5a14 commit 56aa2fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/levitate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56aa2fd

Please sign in to comment.