Skip to content

Check Swagger API

Check Swagger API #31

Workflow file for this run

name: Check Swagger API
on:
schedule:
- cron: '35 17 */4 * 4'
env:
CI: true
jobs:
e2e_tests:
name: E2E test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
# https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: E2E test
run: pnpm test:e2e:prod