Skip to content

AdminAuthentication middleware for authenticating admins #605

AdminAuthentication middleware for authenticating admins

AdminAuthentication middleware for authenticating admins #605

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v4
with:
cache: yarn
- name: Setup
run: |
bin/setup
- name: Test
run: |
bundle exec rake