Skip to content

Merge pull request #314 from IBM/Loosen-python-test-deps #542

Merge pull request #314 from IBM/Loosen-python-test-deps

Merge pull request #314 from IBM/Loosen-python-test-deps #542

Workflow file for this run

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