Skip to content

chore(deps): bump @docusaurus/core from 3.0.0 to 3.0.1 in /testsite #611

chore(deps): bump @docusaurus/core from 3.0.0 to 3.0.1 in /testsite

chore(deps): bump @docusaurus/core from 3.0.0 to 3.0.1 in /testsite #611

Workflow file for this run

name: Tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4.0.0
with:
node-version: '18.x'
- name: Install 💻
run: |
npm install
- name: Build 🤖
run: |
npm run build
- name: Test 🧪
run: |
npm run test:coverage
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: 'coverage/lcov.info'