Skip to content

Commit

Permalink
Fix Hive CI machines and client log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
okkothejawa committed Mar 25, 2024
1 parent bfb70f9 commit ef89143
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker:
timeout-minutes: 60
name: Build and publish Docker image
runs-on: ubicloud-standard-2
runs-on: ubicloud-standard-16
steps:
- uses: actions/checkout@v4
- name: Docker Setup Buildx
Expand All @@ -41,7 +41,7 @@ jobs:

prepare:
timeout-minutes: 45
runs-on: ubicloud-standard-2
runs-on: ubicloud-standard-4
steps:
- uses: actions/checkout@v4
- run: mkdir artifacts
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

needs: prepare
name: run
runs-on: ubicloud-standard-2
runs-on: ubicloud-standard-4
permissions:
issues: write
steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
cat hivetests/workspace/logs/*simulator*.log
- name: Print reth client logs
- name: Print citrea client logs
if: ${{ failure() }}
run: |
cat hivetests/workspace/logs/reth/client-*.log
cat hivetests/workspace/logs/citrea/client-*.log

0 comments on commit ef89143

Please sign in to comment.