Skip to content

updated the CI job

updated the CI job #24

name: Free Algorithm Books Website CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: yarn run ci
- run: yarn run test
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}