Skip to content

⬆️ deps: Upgrade babel monorepo to v7.24.0 #1024

⬆️ deps: Upgrade babel monorepo to v7.24.0

⬆️ deps: Upgrade babel monorepo to v7.24.0 #1024

Workflow file for this run

name: ci:test
on:
- push
- pull_request
jobs:
test:
name: Continuous integration (tests)
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install 🔧
uses: bahmutov/npm-install@v1
with:
install-command: yarn --frozen-lockfile --ignore-scripts
useRollingCache: true
- name: Test 🔬
run: yarn ci:test
- name: Publish coverage report 📃
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true