Skip to content

Commit

Permalink
Merge pull request #48 from IBM/FixReleaseTestForNewVersions
Browse files Browse the repository at this point in the history
FixReleaseTestForNewVersions: Don't run coverage in release test
  • Loading branch information
gabe-l-hart authored Apr 27, 2023
2 parents b7fabd2 + 9c8689d commit a6f09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ COPY ./scripts/run_tests.sh /src/scripts/run_tests.sh
COPY ./scripts/install_release.sh /src/scripts/install_release.sh
RUN true && \
./scripts/install_release.sh && \
./scripts/run_tests.sh && \
python3 -m pytest -W error && \
true

0 comments on commit a6f09d9

Please sign in to comment.