Skip to content

feat(scan):SP-4027 add support for scan tuning parameters #74

feat(scan):SP-4027 add support for scan tuning parameters

feat(scan):SP-4027 add support for scan tuning parameters #74

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install tfx-cli
run: npm install -g tfx-cli
- name: Build
run: make build
- name: Tests
run: make test