Skip to content

Commit

Permalink
DAS-2180: Thanks Claude
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Jul 30, 2024
1 parent aff9d35 commit e383bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ Currently, the `unittest` suite is run automatically within a GitHub workflow
as part of a CI/CD pipeline. These tests are run for all changes made in a PR
against the `main` branch. The tests must pass in order to merge the PR.
The unit tests are also run prior to publication of new library packages and
Docker image, when commits including changes to `docker/service_version.txt`
are merged into the `main` branch. If these unit tests fail, the new version of
the Docker image and library package will not be published.
Unit tests are executed automatically before publishing new library packages
and Docker images. This occurs when commits containing changes to
`docker/service_version.txt` are merged into the `main` branch. Failed unit
tests prevent the publication of new Docker images and library packages.
## Versioning:
Expand Down

0 comments on commit e383bf4

Please sign in to comment.