Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Canvinus authored Dec 7, 2023
1 parent 250ce37 commit 7d1f2e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- run: npm ci
- run: npm run build --if-present
- name: Install and Build
run: |
cd nest
npm ci
npm run build --if-present
- name: Test Nest JS
run: |
Expand Down

0 comments on commit 7d1f2e0

Please sign in to comment.