Skip to content

Commit

Permalink
Merge pull request #33 from hemilabs/build-after-checks
Browse files Browse the repository at this point in the history
Disable web tests and build Docker images at the end
  • Loading branch information
gndelia authored Jan 23, 2025
2 parents c09dc68 + be322a6 commit 5b1e9b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,10 @@ jobs:
CHAIN_TYPE: ${{ matrix.chain-type != 'default' && matrix.chain-type || '' }}
WETH_TOKEN_TRANSFERS_FILTERING_ENABLED: "true"
test_nethermind_mox_block_scout_web:
# Disabling this job for now as it is failing due to the lack of a proper
# mocks for the Hemi op-node calls.
# See https://github.com/hemilabs/blockscout/issues/15
if: false
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix-builder.outputs.matrix) }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/publish-docker-image-for-hemi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Hemi Publish Docker image

on:
push:
workflow_run:
workflows:
- Blockscout
types:
- completed
branches:
- production-hemi
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can adjust BlockScout environment variables:
Descriptions of the ENVs are available

- for [backend](https://docs.blockscout.com/for-developers/information-and-settings/env-variables)
- for [frontend](https://github.com/hemilabs/frontend/blob/main/docs/ENVS.md).
- for [frontend](https://github.com/hemilabs/blockscout-frontend/blob/main/docs/ENVS.md).

## Running Docker containers via Makefile

Expand Down

0 comments on commit 5b1e9b1

Please sign in to comment.