Skip to content

fix: wrong way to get blob tx sidecar in BidRuntime.commitTransaction #11

fix: wrong way to get blob tx sidecar in BidRuntime.commitTransaction

fix: wrong way to get blob tx sidecar in BidRuntime.commitTransaction #11

name: Integration Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
truffle-test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Truffle test
run: |
make truffle-test