Skip to content

Commit df2f2f3

Browse files
committed
fix: Adjust indentation of uses keywords for gopogh actions in functional_test.yml.
1 parent e106e35 commit df2f2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
go-version: ${{env.GO_VERSION}}
151151
cache: true
152152
- name: Install gopogh
153-
- uses: ./.github/actions/install-gopogh
153+
uses: ./.github/actions/install-gopogh
154154
- name: Set up cgroup v2 delegation (rootless)
155155
if: ${{ matrix.rootless }}
156156
run: |
@@ -311,7 +311,7 @@ jobs:
311311
shell: bash
312312
run: go tool test2json -t < ./report/testout.txt > ./report/testout.json || true
313313
- name: Generate Gopogh HTML Report
314-
- uses: ./.github/actions/generate-report
314+
uses: ./.github/actions/generate-report
315315
if: always()
316316
with:
317317
json_report_path: './report/testout.json'

0 commit comments

Comments
 (0)