Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts #2 [a…
Browse files Browse the repository at this point in the history
…dditional tests]
  • Loading branch information
tristan-greffe committed Apr 9, 2024
1 parent d0e2865 commit 096fbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -euo pipefail
THIS_FILE=$(readlink -f "${BASH_SOURCE[0]}")
THIS_DIR=$(dirname "$THIS_FILE")
ROOT_DIR=$(dirname "$THIS_DIR")
WORKSPACE_DIR="$(dirname "$ROOT_DIR")"

. "$THIS_DIR/kash/kash.sh"

Expand Down

0 comments on commit 096fbe2

Please sign in to comment.