Skip to content

doing node setup and running tests. #10

doing node setup and running tests.

doing node setup and running tests. #10

Workflow file for this run

name: practice-ci-cd
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run : |
npm install
npm test