Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-baumberger committed Oct 16, 2023
1 parent 2b60276 commit 5ebc7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Build and Test

on:
push:
Expand All @@ -28,3 +28,4 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
29 changes: 0 additions & 29 deletions .github/workflows/coverage.yml

This file was deleted.

0 comments on commit 5ebc7a0

Please sign in to comment.