Skip to content

Add on error catch #168

Add on error catch

Add on error catch #168

Workflow file for this run

name: Simple-Jekyll-Search
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run unit tests
run: yarn run test:unit
- name: Build application
run: yarn run build