Skip to content

Commit

Permalink
Merge pull request #102 from lassijjk/AnisulMahmud-patch-3
Browse files Browse the repository at this point in the history
Update node.js.yml in main
  • Loading branch information
AnisulMahmud authored Dec 12, 2023
2 parents 7c9e287 + 6114544 commit a803e05
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
name: CI pipeline

on:
push:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14 # Adjust the version as needed

- name: Install dependencies
run: npm ci

# - name: Run tests
# run: npm test

# - name: Generate Code Coverage
# run: npm run coverage # Assuming you have a script for running tests with coverage

# - name: Upload Code Coverage Results
# uses: actions/upload-artifact@v2
# with:
# name: coverage
# path: coverage

0 comments on commit a803e05

Please sign in to comment.