Skip to content

Merge pull request #509 from uprendis/feature/verify-txtracing-call-d… #228

Merge pull request #509 from uprendis/feature/verify-txtracing-call-d…

Merge pull request #509 from uprendis/feature/verify-txtracing-call-d… #228

Workflow file for this run

name: Check build
on:
push:
pull_request:
branches:
- develop
- master
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Golang dependency
uses: actions/setup-go@v3
with:
go-version: '^1.18'
- name: Run unit tests
run: go test -v ./...
- name: Build
run: make opera
- name: Publish
uses: actions/upload-artifact@v2
with:
name: opera
path: ./build/opera