Skip to content

fix(download): skip blob sidecar download when Fulu fork is active #1114

fix(download): skip blob sidecar download when Fulu fork is active

fix(download): skip blob sidecar download when Fulu fork is active #1114

Workflow file for this run

name: Go Test
on:
pull_request:
workflow_dispatch:
branches: [ '**' ]
jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.22.x ]
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: ${{ matrix.go_version }}
- name: run tests
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@9ab2ea84a399d03ffd114bf49dd23ffadc794541 # v0.6.0
with:
test-results: test.json