Skip to content

Merge pull request #452 from IBM/dependabot/npm_and_yarn/src/ts/nyc-1… #777

Merge pull request #452 from IBM/dependabot/npm_and_yarn/src/ts/nyc-1…

Merge pull request #452 from IBM/dependabot/npm_and_yarn/src/ts/nyc-1… #777

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@v4
- name: Run unit tests
run: |
cd src/cpp
docker build . --target=test