Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth committed Sep 4, 2024
1 parent 9e57988 commit f2b03ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/cli/test/e2e/series.bats
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@ teardown() {
assert_file_exists "$CANNON_DIRECTORY/tags/trusted-multicall-forwarder_latest_1-with-oracle-manager.txt"
}

@test "Verify - Verify greeter packages" {
set_custom_config
run verify.sh
echo $output
assert_success
}

@test "Pin - Pin a package IPFS hash" {
set_custom_config
run pin.sh
echo $output
assert_success
}

@test "Register - Register a single package" {
set_custom_config
Expand Down

0 comments on commit f2b03ce

Please sign in to comment.