Skip to content

Commit

Permalink
Merge commit '119cfb794f2bf71a34b38d186e1bd87e8e050910'
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Dec 18, 2024
2 parents 5ff2a75 + 119cfb7 commit ab27578
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specs/.github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
- name: Copy specs to lava
run: |
rm -rf lava/specs
cp -r $GITHUB_WORKSPACE/mainnet-1/specs lava/specs
cp -r $GITHUB_WORKSPACE/testnet-2/specs lava/specs
mkdir -p lava/specs/mainnet-1
mkdir -p lava/specs/testnet-2
cp -r $GITHUB_WORKSPACE/mainnet-1/specs lava/specs/mainnet-1/specs
cp -r $GITHUB_WORKSPACE/testnet-2/specs lava/specs/testnet-2/specs
- name: Run Tests
working-directory: lava/x/spec/keeper
Expand Down

0 comments on commit ab27578

Please sign in to comment.