We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uses
1 parent e106e35 commit df2f2f3Copy full SHA for df2f2f3
.github/workflows/functional_test.yml
@@ -150,7 +150,7 @@ jobs:
150
go-version: ${{env.GO_VERSION}}
151
cache: true
152
- name: Install gopogh
153
- - uses: ./.github/actions/install-gopogh
+ uses: ./.github/actions/install-gopogh
154
- name: Set up cgroup v2 delegation (rootless)
155
if: ${{ matrix.rootless }}
156
run: |
@@ -311,7 +311,7 @@ jobs:
311
shell: bash
312
run: go tool test2json -t < ./report/testout.txt > ./report/testout.json || true
313
- name: Generate Gopogh HTML Report
314
- - uses: ./.github/actions/generate-report
+ uses: ./.github/actions/generate-report
315
if: always()
316
with:
317
json_report_path: './report/testout.json'
0 commit comments