Skip to content

fix: use server-side KEYCLOAK_URL for Docker JWT verification #46

fix: use server-side KEYCLOAK_URL for Docker JWT verification

fix: use server-side KEYCLOAK_URL for Docker JWT verification #46

Workflow file for this run

name: Test on PR
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- illinois-chat
workflow_dispatch:
concurrency:
group: test-on-pr-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm run test:coverage:check