Skip to content

Update run-e2e-tests

5227338
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

update ctf-setup-run-tests-environment #1226

Update run-e2e-tests
5227338
Select commit
Loading
Failed to load commit list.
GitHub Actions / actionlint failed Sep 17, 2025 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (7)

.github/workflows/run-e2e-tests.yml|1358 col 9| shellcheck reported issue in this script: SC2155:warning:7:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/run-e2e-tests.yml|1523 col 9| shellcheck reported issue in this script: SC2155:warning:4:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/run-e2e-tests.yml|1596 col 9| shellcheck reported issue in this script: SC2155:warning:5:8: Declare and assign separately to avoid masking return values [shellcheck]
.github/workflows/run-e2e-tests.yml|1637 col 9| shellcheck reported issue in this script: SC2086:info:6:59: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/run-e2e-tests.yml|1637 col 9| shellcheck reported issue in this script: SC2086:info:8:124: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/run-e2e-tests.yml|1637 col 9| shellcheck reported issue in this script: SC2006:style:9:44: Use $(...) notation instead of legacy backticks ... [shellcheck]
.github/workflows/run-e2e-tests.yml|1637 col 9| shellcheck reported issue in this script: SC2086:info:9:81: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check failure on line 1358 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1358

shellcheck reported issue in this script: SC2155:warning:7:8: Declare and assign separately to avoid masking return values [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1358:9: shellcheck reported issue in this script: SC2155:warning:7:8: Declare and assign separately to avoid masking return values [shellcheck]

Check failure on line 1523 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1523

shellcheck reported issue in this script: SC2155:warning:4:8: Declare and assign separately to avoid masking return values [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1523:9: shellcheck reported issue in this script: SC2155:warning:4:8: Declare and assign separately to avoid masking return values [shellcheck]

Check failure on line 1596 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1596

shellcheck reported issue in this script: SC2155:warning:5:8: Declare and assign separately to avoid masking return values [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1596:9: shellcheck reported issue in this script: SC2155:warning:5:8: Declare and assign separately to avoid masking return values [shellcheck]

Check failure on line 1637 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1637

shellcheck reported issue in this script: SC2086:info:6:59: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1637:9: shellcheck reported issue in this script: SC2086:info:6:59: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 1637 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1637

shellcheck reported issue in this script: SC2086:info:8:124: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1637:9: shellcheck reported issue in this script: SC2086:info:8:124: Double quote to prevent globbing and word splitting [shellcheck]

Check failure on line 1637 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1637

shellcheck reported issue in this script: SC2006:style:9:44: Use $(...) notation instead of legacy backticks `...` [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1637:9: shellcheck reported issue in this script: SC2006:style:9:44: Use $(...) notation instead of legacy backticks `...` [shellcheck]

Check failure on line 1637 in .github/workflows/run-e2e-tests.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/run-e2e-tests.yml#L1637

shellcheck reported issue in this script: SC2086:info:9:81: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/run-e2e-tests.yml:1637:9: shellcheck reported issue in this script: SC2086:info:9:81: Double quote to prevent globbing and word splitting [shellcheck]