Skip to content

fix(deps): update module github.com/pocketbase/pocketbase to v0.22.17 #102

fix(deps): update module github.com/pocketbase/pocketbase to v0.22.17

fix(deps): update module github.com/pocketbase/pocketbase to v0.22.17 #102

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
paths:
- '*.go'
- 'go.mod'
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v4
with:
go-version-file: go.mod
- name: Run Test
run: |
go test -v `go list ./... | grep -v ./examples` -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4