Skip to content

Update module gorm.io/driver/sqlite to v1.5.7 #2422

Update module gorm.io/driver/sqlite to v1.5.7

Update module gorm.io/driver/sqlite to v1.5.7 #2422

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Install npm modules
run: |
cd public && npm ci && npm run eslint && npm run bundle
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: |
go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov