Skip to content

feat(IPVC-2478): updates/fixes to UTA files found during testing (#43) #117

feat(IPVC-2478): updates/fixes to UTA files found during testing (#43)

feat(IPVC-2478): updates/fixes to UTA files found during testing (#43) #117

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build image
run: docker build --target uta-test -t uta-test .
- name: Run tests
run: docker run --rm uta-test python -m unittest