Skip to content

Commit

Permalink
Feat: edit test area
Browse files Browse the repository at this point in the history
  • Loading branch information
MCYJ committed Dec 9, 2024
1 parent 14aca21 commit f328395
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install, Build, and Test
run: |
cd week14_cicd
npm ci
npm run build --if-present
npm test
- name: Install Dependencies
run: npm ci --prefix week14_cicd

- name: Build Project
run: npm run build --if-present --prefix week14_cicd

- name: Run Tests
run: npm test --prefix week14_cicd

0 comments on commit f328395

Please sign in to comment.