Skip to content

fix: upgrade @tanstack/react-table from 8.17.3 to 8.19.1 #93

fix: upgrade @tanstack/react-table from 8.17.3 to 8.19.1

fix: upgrade @tanstack/react-table from 8.17.3 to 8.19.1 #93

Workflow file for this run

name: Continuous Integration
on:
push:
paths-ignore:
- "diagrams/*"
- "**/README.md"
pull_request:
paths-ignore:
- "diagrams/*"
- "**/README.md"
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build test Docker image
run: docker build --target test --tag backend:test ./backend
- name: Run tests
run: docker run --env-file backend/.env.test backend:test