Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mainguyen-liberty committed Aug 5, 2024
1 parent 1fe8fae commit 752cfaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,14 @@ jobs:
uses: borales/actions-yarn@v5
with:
cmd: install --network-concurrency 1

# NOTE: install libs
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ matrix.platform }}-cache-node-modules-${{ hashFiles('yarn.lock') }}

- name: Send telegram message failure
if: ${{ failure() && vars.IS_SILENT != 'true' }}
Expand Down

0 comments on commit 752cfaf

Please sign in to comment.