Skip to content

fix(login): submit form to log out from OpenShift OAuth (backport #1059) #2847

fix(login): submit form to log out from OpenShift OAuth (backport #1059)

fix(login): submit form to log out from OpenShift OAuth (backport #1059) #2847

Workflow file for this run

name: CI
on:
push:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
pull_request:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
- run: yarn format:check
- run: yarn eslint:check
- run: yarn build:notests
- run: yarn test:ci