Skip to content

Commit

Permalink
fix: release pipeline not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKrebel committed Dec 17, 2024
1 parent 7772021 commit 2bfcd0e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
- name: Build
run: npm run build

# Not needed for now
# - name: Generate examples index
# run: npm run generate-examples-index

# Uncomment when code base is ready
# - name: Lint
# run: npm run lint

- name: Test
run: npm run test-cov

Expand Down

0 comments on commit 2bfcd0e

Please sign in to comment.