Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
testshallpass committed Nov 29, 2024
1 parent ef64c30 commit 71f67bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'

- name: Enable corepack
run: corepack enable

- name: Install dependencies
run: yarn install
run: yarn

- name: Run tests
run: yarn run test

0 comments on commit 71f67bc

Please sign in to comment.