Skip to content

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

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

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

Workflow file for this run

# This workflow runs the go implementation unit tests
name: go-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/go
docker build . --target=test