Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Install proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 22, 2023
1 parent c2b8eee commit ea172a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- uses: moonrepo/setup-rust@v1
with:
bins: cargo-wasi, cargo-nextest
- uses: moonrepo/setup-proto@v1
- run: cargo wasi build -p node_plugin
- run: cargo wasi build -p node_depman_plugin
- run: cargo nextest run --workspace
2 changes: 1 addition & 1 deletion crates/node/tests/hooks_test.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use proto_pdk::InstallHook;
use proto_pdk_test_utils::{core::AliasOrVersion, create_plugin, ToolManifest, Version};
use serial_test::serial;
use starbase_sandbox::create_empty_sandbox;
use std::collections::HashSet;
use std::env;
use std::path::PathBuf;
use serial_test::serial;

fn set_vars(path: PathBuf) {
env::set_var("PROTO_ROOT", path.to_string_lossy().to_string());
Expand Down

0 comments on commit ea172a6

Please sign in to comment.