Skip to content

feat(Press room): use the latest press release in the Press Room landing page #955

feat(Press room): use the latest press release in the Press Room landing page

feat(Press room): use the latest press release in the Press Room landing page #955

Workflow file for this run

name: Unit tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: ./.github/workflows/yarn
- name: Run tests
run: 'yarn test:ci'
- name: Comment in failing tests
uses: mattallty/jest-github-action@v1.0.3
if: failure()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: 'echo unit tests already executed'
coverage-comment: false