Skip to content

Commit fd9c769

Browse files
chore: fixes
1 parent 5b3b68e commit fd9c769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
sudo chmod a+x /usr/bin/solc
5252
- name: Setup nitro node
5353
run: ./scripts/nitro-testnode.sh -d -i
54-
- name: Run tests
54+
- name: run e2e tests
5555
run: |
5656
# Set up environment variables
5757
echo "RPC_URL=http://localhost:8547" >> $GITHUB_ENV

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./scripts/nitro-testnode.sh -d -i
5151
- name: run benches
5252
run: |
53-
# Set up environment variables
53+
# Set up environment variables
5454
echo "RPC_URL=http://localhost:8547" >> $GITHUB_ENV
5555
echo "PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" >> $GITHUB_ENV
5656
echo "WALLER_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" >> $GITHUB_ENV

0 commit comments

Comments
 (0)