Skip to content

Bump @remix-run/router and react-router-dom-v5-compat #458

Bump @remix-run/router and react-router-dom-v5-compat

Bump @remix-run/router and react-router-dom-v5-compat #458

Workflow file for this run

name: Integration tests
on:
push:
branches:
- v1
- main
pull_request:
branches:
- v1
- main
schedule:
- cron: '0 9 1 * *'
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
clickhouse:
- 24.8
- 25.3
- 25.5
- 25.6
- 25.7
- latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build backend
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b
with:
args: buildAll
version: latest
- name: Run integration tests
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} go test -v -tags=integration ./...