Skip to content

Commit

Permalink
ci 3 try
Browse files Browse the repository at this point in the history
  • Loading branch information
juri-sinitson committed Mar 15, 2024
1 parent 5b4c7a3 commit 071e596
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Restore cached npm dependencies
uses: actions/cache/restore@v3
with:
path: |
node_modules
~/.cache/Cypress # needed for the Cypress binary
key: npm-dependencies-${{ hashFiles('pnpm-lock.yaml') }}
- run: pnpm install --frozen-lockfile
- run: pnpm nx build examples-backend

0 comments on commit 071e596

Please sign in to comment.