Skip to content

build(deps): bump github.com/qiniu/go-sdk/v7 from 7.23.0 to 7.24.0 in /services/kodo #207

build(deps): bump github.com/qiniu/go-sdk/v7 from 7.23.0 to 7.24.0 in /services/kodo

build(deps): bump github.com/qiniu/go-sdk/v7 from 7.23.0 to 7.24.0 in /services/kodo #207

name: "Services Test Kodo"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
on:
push:
paths:
- 'services/kodo/**'
tags-ignore:
- '**'
branches:
- '**'
pull_request:
paths:
- 'services/kodo/**'
jobs:
services_test_kodo:
name: "Services Test Kodo"
runs-on: self-hosted
strategy:
matrix:
go: [ "1.16", "1.17" ]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Load secret
uses: 1password/load-secrets-action@v1
env:
STORAGE_KODO_CREDENTIAL: op://Engineering/Kodo/testing/credential
STORAGE_KODO_NAME: op://Engineering/Kodo/testing/name
STORAGE_KODO_ENDPOINT: op://Engineering/Kodo/testing/endpoint
- name: Checkout repository
uses: actions/checkout@v2
- name: Test
env:
STORAGE_BOS_INTEGRATION_TEST: on
working-directory: services/kodo
run: make integration_test