Skip to content

Fixed the issue with compliance_images_path_cmd for small dataset_size #104

Fixed the issue with compliance_images_path_cmd for small dataset_size

Fixed the issue with compliance_images_path_cmd for small dataset_size #104

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Update the Docker image
run: cd demo && docker build --build-arg="BRANCH=master" --build-arg="CLEAN=false" -t axs:benchmarks.test -f Dockerfile .
- name: Run Test
run: cd demo && ./run_test.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: stable