Skip to content

Commit 77db88e

Browse files
linter and validator
1 parent 8dbab6e commit 77db88e

4 files changed

+7
-6
lines changed

.github/workflows/_build-aleph-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Get binary artifact name
5858
id: get-artifact-name-binary
59-
run: |
59+
run: |
6060
echo "name=aleph-node-${{ env.ARTIFACT_NAME_SUFFIX }}" >> $GITHUB_OUTPUT
6161
6262
- name: Upload binary to GH Artifacts

.github/workflows/nightly-e2e-logic-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555

5656
run-recover-after-abft-update-test:
5757
needs:
58-
- build-test-aleph-node
59-
- build-chain-bootstrapper-test
58+
- build-test-aleph-node
59+
- build-chain-bootstrapper-test
6060
name: Run recovery test after abft update
6161
runs-on: [self-hosted, Linux, X64, medium]
6262
steps:

.github/workflows/nightly-normal-session-e2e-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
name: Build synthetic node
3939
uses: ./.github/workflows/_build-synthetic-node.yml
4040
with:
41+
# yamllint disable-line rule:line-length
4142
aleph-node-image-artifact-name: ${{ needs.build-production-aleph-node.outputs.artifact-name-image }}
4243

4344
build-chain-bootstrapper-production:
@@ -280,7 +281,7 @@ jobs:
280281

281282
run-major-sync-test:
282283
needs:
283-
- build-production-node
284+
- build-production-aleph-node
284285
- build-chain-bootstrapper-production
285286
name: Run major sync test
286287
runs-on: ubuntu-20.04
@@ -310,7 +311,7 @@ jobs:
310311
311312
run-force-reorg-test:
312313
needs:
313-
- build-production-node
314+
- build-production-aleph-node
314315
- build-chain-bootstrapper-production
315316
name: Run force reorgs test
316317
runs-on: [self-hosted, Linux, X64, medium]

.github/workflows/on-main-or-release-branch-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: Store production node and runtime in Mainnet bucket
100100
runs-on: ubuntu-20.04
101101
needs:
102-
- build-production-node
102+
- build-production-aleph-node
103103
- build-production-aleph-node
104104
steps:
105105
- name: Checkout aleph-node source code

0 commit comments

Comments
 (0)