Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts #846
Browse files Browse the repository at this point in the history
…[build doc]
  • Loading branch information
cnouguier committed Apr 22, 2024
1 parent 396b221 commit 32ef9c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
node: [ 18, 20 ]
mongo: [ 5, 6 ]
name: Additional tests (node ${{ matrix.node }})
name: Additional tests (node ${{ matrix.node }}, mongo ${{ matrix.mongo }})
if: ${{ contains(github.event.head_commit.message, 'additional tests') }}
runs-on: ubuntu-22.04
steps:
Expand Down
4 changes: 4 additions & 0 deletions scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ init_github_additional_tests() {
install_reqs age sops nvm node18 node20 mongo5 mongo6 #mongo7
}

init_github_build_docs() {
install_reqs age sops nvm node18
}

begin_group "Init $CI_ID for $JOB_ID"

init_"${CI_ID}_${JOB_ID}"
Expand Down

0 comments on commit 32ef9c7

Please sign in to comment.