Skip to content

Commit

Permalink
ci: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Mar 20, 2024
1 parent c19fe8d commit 83db1ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ init_github_build_app() {
install_reqs age sops nvm node16
}

init_github_build_e2e_tests() {
install_reqs age sops nvm node16
}

init_github_build_docs() {
install_reqs age sops nvm node18
}
Expand Down

0 comments on commit 83db1ea

Please sign in to comment.