Skip to content

fix bundle segment ref to use the segment ID instead of bundle ID #820

fix bundle segment ref to use the segment ID instead of bundle ID

fix bundle segment ref to use the segment ID instead of bundle ID #820

Workflow file for this run

---
name: Run Unit Tests
'on':
- pull_request
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v5
name: Set up golang 1.21
with:
go-version: '1.21'
- name: Check out source code
uses: actions/checkout@v4
- name: Install package and dependencies
run: |
make
- name: Run Tests
run: make test