Skip to content

Merge pull request #306 from IBM/dependabot/npm_and_yarn/src/ts/types… #503

Merge pull request #306 from IBM/dependabot/npm_and_yarn/src/ts/types…

Merge pull request #306 from IBM/dependabot/npm_and_yarn/src/ts/types… #503

Workflow file for this run

# This workflow runs the c++ implementation unit tests
name: cpp-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/cpp
docker build . --target=test