Skip to content

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.84.1 to 3.89.2 in the gomod group #230

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.84.1 to 3.89.2 in the gomod group

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.84.1 to 3.89.2 in the gomod group #230

Workflow file for this run

name: Goose integration tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Run integration tests
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Install tparse
run: go install github.com/mfridman/tparse@latest
- name: Run full integration tests
run: |
make test-integration