Update CI to run tests.

This commit is contained in:
Mike Cao 2024-03-01 14:24:51 -08:00
parent e6b45cc9b9
commit 8de2a25118
1 changed files with 3 additions and 2 deletions

View File

@ -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