Skip to content

fix: handle error when creating new qiniu client in migration and upl… #205

fix: handle error when creating new qiniu client in migration and upl…

fix: handle error when creating new qiniu client in migration and upl… #205

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: make install && cd layout && IGNORE_INSTALL_SPHERE_TOOLS=1 make init && make build
- name: Test
run: go test -v ./...