Skip to content

Commit

Permalink
fix(ci): Action tests (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Oct 3, 2024
1 parent 9cbaaef commit 7302685
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ test-online:
action-tests test_name='Test_ProgramAction':
#!/bin/bash

if [ ! -d "monorepo" ]; then
echo "Monorepo not found. Cloning..."
git clone https://github.com/ethereum-optimism/monorepo
fi
just monorepo

if [ ! -d "monorepo/.devnet" ]; then
echo "Building devnet allocs for the monorepo"
(cd monorepo && make devnet-allocs)
(cd monorepo && make devnet-allocs-tests)
fi

echo "Building client and host programs for the native target"
Expand Down

0 comments on commit 7302685

Please sign in to comment.