Skip to content

Commit

Permalink
wip: smaller matrix + use cloned source as kapp
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 16, 2024
1 parent ba3fdab commit 3c56027
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 16, 18, 20 ]
mongo: [ 4, 5, 6 ]
node: [ 16 ]
mongo: [ 4 ]
# node: [ 16, 18, 20 ]
# mongo: [ 4, 5, 6 ]
name: Tests / Node ${{ matrix.node }} / Mongo ${{ matrix.mongo }}
runs-on: ubuntu-22.04
# container:
Expand Down
3 changes: 3 additions & 0 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ use_mongo "$MONGO_VER"
if [ "$CI" = true ]; then
WORKSPACE_DIR="$(dirname "$ROOT_PATH")"

# Workaround since repo is kApp with a 'A' and in kli file it's kapp with a 'a'
ln -s "$WORKSPACE_DIR/kApp" "$WORKSPACE_DIR/kapp"

# clone developement into $KALISIO_DEVELOPMENT_DIR
git clone --depth 1 "https://$GITHUB_DEVELOPMENT_PAT@github.com/kalisio/development.git" "$WORKSPACE_DIR/development"

Expand Down

0 comments on commit 3c56027

Please sign in to comment.