Skip to content

fix: show arrows in carousel #880

fix: show arrows in carousel

fix: show arrows in carousel #880

Workflow file for this run

on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: "true"
ELASTICSEARCH_URL: "" # Disable searchyll for test.
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: npm i
- run: make download-data
- run: make jekyll-build
- run: make test