Skip to content

Commit

Permalink
feat: build action to test for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo2392 committed Mar 4, 2024
1 parent b3e627c commit a554fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Testing
on: [push]

jobs:
Expand All @@ -10,5 +10,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm install
- run: npm test

0 comments on commit a554fa0

Please sign in to comment.