Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github): Run functional tests in up-to-date Docker container
Change the `build-and-test` workflow to run the functional tests in a newly built Docker image. Before that change, functional tests were executed in the nightly snapshot build of the ORT Docker image. This was problematic, as changes to the Dockerfile were not immediately reflected in the test results. To speed of the build of the Docker image, the workflow uses the registry cache and builts only the `all-tools` stage which does not include the ORT build itself. The ORT installation is not required, as the GitHub workspace is mounted into the Docker container for running the functional tests. Signed-off-by: Martin Nonnenmacher <[email protected]>
- Loading branch information