Skip to content

test: fetches the first time even without refetchOnMount #99

test: fetches the first time even without refetchOnMount

test: fetches the first time even without refetchOnMount #99

Workflow file for this run

name: ci
on:
push:
branches:
- '**'
paths-ignore:
- 'docs/**'
# We don't need to test tags
tags-ignore:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run test
- run: pnpm run build
- uses: codecov/codecov-action@v4