Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhao authored Jan 25, 2024
1 parent b209df1 commit e08ffa6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```yaml
name: Continuous Integration
on:
Expand All @@ -19,7 +20,8 @@ jobs:
node-version: '18' # Specify the Node.js version here
- name: Install dependencies
run: npm install
run: yarn install
- name: Run tests
run: npm test
run: yarn test
```

0 comments on commit e08ffa6

Please sign in to comment.