Skip to content

Update bug_report.md #366

Update bug_report.md

Update bug_report.md #366

Workflow file for this run

name: PR/Push
on:
workflow_dispatch:
inputs:
pull_request:
push:
branches:
- main
jobs:
build-linux-x86_64:
name: Build - linux x86_64
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup build environment
run: make setup-dev
- name: Run tests
run: make test
- name: Build artifacts
run: make build