Skip to content

Commit

Permalink
don't remove Storage.sol file
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Nov 14, 2024
1 parent 1b987ce commit 047c1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ jobs:

- name: Run e2e tests
run: |
npm run build && npm run test
npm run test-deploy
npm run build && npm run test && npm run test-deploy
working-directory: ./e2e-tests
4 changes: 3 additions & 1 deletion e2e-tests/compile_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ cp -r ../pallets/precompiles-benchmark/src/precompiles/vesting/contracts/*.sol c
cp -r ../precompiles/parachain-staking/*.sol contracts

hardhat compile
rm -rf contracts

# Remove all files in the contracts directory except for Storage.sol
find contracts -type f ! -name 'Storage.sol' -exec rm -f {} +

0 comments on commit 047c1a4

Please sign in to comment.