Skip to content

Commit

Permalink
ci: improve init runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 26, 2024
1 parent 83596ac commit b8d83e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ THIS_DIR=$(dirname "$THIS_FILE")
### Github Actions

init_github_run_tests() {
install_reqs yq age sops nvm node16 node18 node20 cc_test_reporter
install_reqs age sops nvm node16 cc_test_reporter
}

init_github_additional_tests() {
install_reqs yq age sops nvm node18 node20
install_reqs age sops nvm node18 node20
}

begin_group "Init $CI_ID for $JOB_ID"
Expand Down

0 comments on commit b8d83e3

Please sign in to comment.