Skip to content

Commit

Permalink
chanded testing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hi5a committed Apr 26, 2023
1 parent c3ca60a commit bc5dd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.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: Testing suite (ci/cd)

on:
push:
Expand All @@ -27,5 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Converts pounds to Kilograms, grams, and ounces.


[![Testing suite](https://github.com/hi5a/convertlbs/actions/workflows/node.js.yml/badge.svg)](https://github.com/hi5a/convertlbs/actions/workflows/node.js.yml)

0 comments on commit bc5dd0b

Please sign in to comment.