Skip to content

chore(deps): bump @emotion/styled from 11.10.5 to 11.14.0 #1470

chore(deps): bump @emotion/styled from 11.10.5 to 11.14.0

chore(deps): bump @emotion/styled from 11.10.5 to 11.14.0 #1470

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/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: ./.github/workflows/yarn
- name: Run tests
run: 'yarn test:ci'
- name: Comment in failing tests
uses: mattallty/[email protected]
if: failure()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: 'echo unit tests already executed'
coverage-comment: false