Skip to content

Build(deps): Bump @types/node from 20.4.5 to 20.4.8 in /src/ts #568

Build(deps): Bump @types/node from 20.4.5 to 20.4.8 in /src/ts

Build(deps): Bump @types/node from 20.4.5 to 20.4.8 in /src/ts #568

Workflow file for this run

# This workflow runs the typescript implementation unit tests
name: python-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
build-36:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/python
docker build . --target=test --build-arg PYTHON_VERSION=3.6
build-37:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/python
docker build . --target=test --build-arg PYTHON_VERSION=3.7
build-38:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/python
docker build . --target=test --build-arg PYTHON_VERSION=3.8
build-39:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/python
docker build . --target=test --build-arg PYTHON_VERSION=3.9
build-310:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
cd src/python
docker build . --target=test --build-arg PYTHON_VERSION=3.10