Skip to content

Commit 4d5bcbb

Browse files
precommit fixes
1 parent 9852260 commit 4d5bcbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,4 @@ jobs:
6969
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
7070
cd ..
7171
# Run Integration Tests
72-
./scripts/e2e-tests.sh
73-
72+
./scripts/e2e-tests.sh

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
| grep -oP '(?<=Pyth contract address: )0x[a-fA-F0-9]{40}' | tail -n 1)
6464
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6565
cd ..
66-
./scripts/bench.sh
66+
# Run Benchmarks
67+
./scripts/bench.sh

0 commit comments

Comments
 (0)