Skip to content

test with Node.js

test with Node.js #21

Workflow file for this run

on:
push:
branches: ["*"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Test with Ruby
run: |
npm run test