Skip to content

Cypress Test Case: Login Via SSO #3745

Cypress Test Case: Login Via SSO

Cypress Test Case: Login Via SSO #3745

Workflow file for this run

name: Test
on:
push:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: [ubuntu-latest]
concurrency:
group: ${{ github.workflow }}-ci-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm test