Skip to content

Commit

Permalink
Update CI to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Mar 1, 2024
1 parent e6b45cc commit 8de2a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: 'yarn'
env:
DATABASE_TYPE: ${{ matrix.db-type }}
- run: npm install --global yarn
- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn test
- run: yarn build

0 comments on commit 8de2a25

Please sign in to comment.