Skip to content

Commit

Permalink
Remove pre-build
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <[email protected]>
  • Loading branch information
AverageMarcus committed Mar 4, 2024
1 parent 3eee0f2 commit 7876c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Removed pre-build as it still ended up re-building on run.

## [0.0.4] - 2024-03-04

### Added
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ shift
REPORT_DIR=${REPORT_DIR:-/tmp/reports}
mkdir -p ${REPORT_DIR}

echo "Building test suites"
ginkgo build ${SUITES_TO_RUN} &1>/dev/null

ginkgo --output-dir=${REPORT_DIR} --junit-report=test-results.xml --timeout 4h --keep-going -v -r $@ ${SUITES_TO_RUN}

0 comments on commit 7876c21

Please sign in to comment.