Skip to content

Commit

Permalink
Merge branch 'main' of github.com:patternfly/react-component-groups i…
Browse files Browse the repository at this point in the history
…nto add-logsnippet
  • Loading branch information
InsaneZein committed Feb 20, 2024
2 parents 8f2074a + c5cddaf commit 0d4e71c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}
- run: npm install --frozen-lockfile
if: steps.yarn-cache.outputs.cache-hit != 'true'

- run: npm run build
name: Build component groups
- uses: actions/cache@v2
Expand All @@ -49,7 +48,7 @@ jobs:
- run: node .github/upload-preview.js packages/module/public
name: Upload docs
if: always()
- run: npm run serve & npm run test
- run: npm run serve:docs & npm run test:a11y
name: a11y tests
- run: node .github/upload-preview.js packages/module/coverage
name: Upload a11y report
Expand Down

0 comments on commit 0d4e71c

Please sign in to comment.