Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 86a4816

Browse files
author
John Andersen
committed
ci: Verbose testing script
Signed-off-by: John Andersen <[email protected]>
1 parent 4e2753b commit 86a4816

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -e
2+
set -ex
33

44
if [ -d "$HOME/.local/bin" ]; then
55
export PATH="$HOME/.local/bin:$PATH"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Changed
99
- Features were moved from ModelContext to ModelConfig
1010
- CI is now run via GitHub Actions
11+
- CI testing script is now verbose
1112
### Fixed
1213
- DataFlows with multiple possibilities for a source for an input, now correctly
1314
look through all possible sources instead of just the first one.

0 commit comments

Comments
 (0)