Skip to content

Patternfly v4 to v5 migration #220

Patternfly v4 to v5 migration

Patternfly v4 to v5 migration #220

Workflow file for this run

name: Test
on:
push:
branches: ['master', 'master-stable', 'prod-beta', 'prod-stable']
pull_request:
branches: ['master']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Component tests
run: npm run test:ct
- name: Create coverage
run: npm run coverage