Skip to content

Commit 1cde819

Browse files
committed
minor: yaml indentation
1 parent 4d14828 commit 1cde819

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/check.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@ jobs:
8080
cd node &&
8181
cargo check --features=runtime-benchmarks
8282
83-
test:
84-
name: Test
85-
runs-on: parity-default
86-
timeout-minutes: 15
87-
needs: [set-image]
88-
container:
89-
image: ${{ needs.set-image.outputs.CI_IMAGE }}
90-
steps:
91-
- name: Checkout sources
92-
uses: actions/checkout@v4
83+
test:
84+
name: Test
85+
runs-on: parity-default
86+
timeout-minutes: 15
87+
needs: [set-image]
88+
container:
89+
image: ${{ needs.set-image.outputs.CI_IMAGE }}
90+
steps:
91+
- name: Checkout sources
92+
uses: actions/checkout@v4
9393

94-
- name: Rust cache
95-
uses: Swatinem/rust-cache@v2
96-
with:
97-
cache-on-failure: true
98-
cache-all-crates: true
94+
- name: Rust cache
95+
uses: Swatinem/rust-cache@v2
96+
with:
97+
cache-on-failure: true
98+
cache-all-crates: true
9999

100-
# TODO: enable `--all-features`.
101-
- name: Run tests
102-
run: cargo test --workspace
100+
# TODO: enable `--all-features`.
101+
- name: Run tests
102+
run: cargo test --workspace

0 commit comments

Comments
 (0)