Skip to content

fixes #949: Updated API doc for the changes done in 2023.4 (#985) #37

fixes #949: Updated API doc for the changes done in 2023.4 (#985)

fixes #949: Updated API doc for the changes done in 2023.4 (#985) #37

Workflow file for this run

name: OIDC e2e tests
on: push
jobs:
oidc-e2e-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.0
cache: 'npm'
- run: sudo apt-get install -y curl
- run: make test-oidc-e2e
- name: Archive playwright screenshots
if: failure()
uses: actions/upload-artifact@v3
with:
name: Playwright Screenshots
path: oidc-dev/playwright-results/**/*.png