Skip to content

Update cloud themes for branding public pages #1633

Update cloud themes for branding public pages

Update cloud themes for branding public pages #1633

Workflow file for this run

name: 'Coverage'
on:
pull_request:
branches:
- master
permissions: write-all
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: coverage
package-manager: yarn