Skip to content

Merge branch 'fix_pin_docker_examples' into fix_premature_logging #1475

Merge branch 'fix_pin_docker_examples' into fix_premature_logging

Merge branch 'fix_pin_docker_examples' into fix_premature_logging #1475

Workflow file for this run

name: Docker Image Build
on: push
jobs:
basic_ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the base image
run: docker build . --file Dockerfile --tag trailofbits/polytracker --no-cache
- name: Run the PolyTracker tests
run: docker run --rm --workdir /polytracker trailofbits/polytracker pytest