Skip to content

Commit

Permalink
chore: remove debug step not used on gha e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Jun 20, 2024
1 parent 1939f1b commit 8b105d5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test-linux-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,3 @@ jobs:
- name: 🧪 Run Tests
run: |
npm run wdio
- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: '120000'
6 changes: 1 addition & 5 deletions .github/workflows/e2e-test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,4 @@ jobs:
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
run: npm run wdio
- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: '120000'

5 changes: 0 additions & 5 deletions .github/workflows/e2e-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ jobs:
with:
run: npm run wdio

- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: '120000'
5 changes: 0 additions & 5 deletions .github/workflows/e2e-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,3 @@ jobs:
with:
run: npm run wdio

- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: '120000'
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/arbitrum/arbitrum-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"category": "Ethereum/L2",
"rpcTranslation": "eth-l1",
"systemRequirements": {
"documentationUrl": "https://geth.arbitrum.org/docs/interface/hardware",
"documentationUrl": "https://docs.arbitrum.io/run-arbitrum-node/run-full-node#minimum-hardware-configuration",
"cpu": {
"cores": 4
},
Expand Down
2 changes: 1 addition & 1 deletion src/common/NodeSpecs/nitro/nitro-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"category": "Ethereum/L2",
"rpcTranslation": "eth-l2",
"systemRequirements": {
"documentationUrl": "https://docs.arbitrum.io/node-running/how-tos/running-a-full-node#minimum-hardware-configuration",
"documentationUrl": "https://docs.arbitrum.io/node-running/how-tos/running-an-orbit-node#prerequisites",
"cpu": {
"cores": 4
},
Expand Down

0 comments on commit 8b105d5

Please sign in to comment.