Skip to content

Commit

Permalink
CI nits
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Feb 21, 2025
1 parent c43f592 commit 9782509
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TDA WsJson Client CI
name: TOS WsJson Client CI

on:
push:
Expand All @@ -15,19 +15,14 @@ jobs:
node-version: [23.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- name: Cache node modules
uses: actions/cache@v3
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- run: yarn install
- run: yarn run ci
env:
Expand Down

0 comments on commit 9782509

Please sign in to comment.