Skip to content

Implement PKCE Flow for OAuth 2.0 in Mock API #43

Implement PKCE Flow for OAuth 2.0 in Mock API

Implement PKCE Flow for OAuth 2.0 in Mock API #43

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Start service and Redis
run: docker compose up -d && bunx wait-on http-get://127.0.0.1:46982/swagger/json
- run: bun install && bun run generate:types
- run: bun test
env:
REDIS_URL: redis://localhost:6379