Skip to content

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516) #372

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516)

fix(graphql): prevent cache normalization from corrupting list items with conflicting IDs (#1516) #372

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: make dep
- name: Tests (dart)
run: make ci_check_client
- name: Tests (flutter)
run: make ci_check_flutter