Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvvillanueva9104 committed Aug 27, 2023
1 parent 418fe5f commit 78a0064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"

- name: Install Dependencies
run: npm install
# - run: npm ci
# - run: npm run build --if-present
- run: npm test

0 comments on commit 78a0064

Please sign in to comment.