Skip to content

Commit 9852260

Browse files
remove comand
1 parent 896f6f5 commit 9852260

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-stylus-e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
--broadcast \
6868
| grep -oP '(?<=Pyth contract address: )0x[a-fA-F0-9]{40}' | tail -n 1)
6969
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
70+
cd ..
7071
# Run Integration Tests
7172
./scripts/e2e-tests.sh
72-
rm .env
73+

.github/workflows/ci-stylus-gas-bench.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
echo "RPC_URL=http://localhost:8547" >> .env
5656
echo "PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" >> .env
5757
echo "WALLET_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" >> .env
58-
5958
cd pyth-mock-solidity
6059
deployed_to=$(forge script ./script/MockPyth.s.sol:MockPythScript \
6160
--rpc-url "$RPC_URL" \
@@ -65,4 +64,3 @@ jobs:
6564
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6665
cd ..
6766
./scripts/bench.sh
68-
rm .env

0 commit comments

Comments
 (0)