Skip to content

feat: support selecting different Casbin engine endpoints and use ico… #52

feat: support selecting different Casbin engine endpoints and use ico…

feat: support selecting different Casbin engine endpoints and use ico… #52

name: Casbin Cross-Engine Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.8.1'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test