Skip to content

chore(deps): update dependency eslint-plugin-testing-library to v7.15.1 #1286

chore(deps): update dependency eslint-plugin-testing-library to v7.15.1

chore(deps): update dependency eslint-plugin-testing-library to v7.15.1 #1286

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CACHE_KEY: ${{ github.sha }}-${{ github.run_number }}-${{ github.run_attempt }}
CACHE_PATH: ./*
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_REMOTE_CACHE_SIGNATURE_KEY: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup project
uses: ./.github/actions/setup
- name: Run tests
run: pnpm run test