We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3b68e commit fd9c769Copy full SHA for fd9c769
.github/workflows/ci-stylus-e2e-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
sudo chmod a+x /usr/bin/solc
52
- name: Setup nitro node
53
run: ./scripts/nitro-testnode.sh -d -i
54
- - name: Run tests
+ - name: run e2e tests
55
run: |
56
# Set up environment variables
57
echo "RPC_URL=http://localhost:8547" >> $GITHUB_ENV
.github/workflows/ci-stylus-gas-bench.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: run benches
- # Set up environment variables
+ # Set up environment variables
echo "PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" >> $GITHUB_ENV
echo "WALLER_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" >> $GITHUB_ENV
0 commit comments