Skip to content

chore: bump @mui/joy from 5.0.0-beta.10 to 5.0.0-beta.11 #1760

chore: bump @mui/joy from 5.0.0-beta.10 to 5.0.0-beta.11

chore: bump @mui/joy from 5.0.0-beta.10 to 5.0.0-beta.11 #1760

Workflow file for this run

name: "Bats test"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Bats tests
runs-on: ubuntu-latest
timeout-minutes: 18
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.9.0
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: core/api/yarn.lock
- run: cd core/api && yarn install --frozen-lockfile
- name: Run bats tests
run: |
. ./.env && cd core/api && make reset-bats