Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use correct path for gotestsum output #1287

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/workflows/bigtable-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Bigtable example pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-bigtable*.xml"
paths: "**/TEST-unit*.xml"
if: always()
14 changes: 7 additions & 7 deletions .github/workflows/ci-reaper-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Reaper-Off pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/ci-rootless-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Rootless Docker pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -26,7 +26,6 @@ jobs:
env:
TESTCONTAINERS_RYUK_DISABLED: "false"
steps:

- name: Setup rootless Docker
uses: ScribeMD/rootless-docker@0.2.2

Expand Down Expand Up @@ -68,5 +67,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Main pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -26,7 +26,6 @@ jobs:
env:
TESTCONTAINERS_RYUK_DISABLED: "false"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -66,5 +65,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-*.xml"
paths: "**/TEST-unit*.xml"
if: always()
17 changes: 8 additions & 9 deletions .github/workflows/cockroachdb-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Cockroachdb example pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-cockroachdb*.xml"
if: always()
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/consul-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Consul example pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-consul*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/datastore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Datastore example pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-datastore*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/firestore-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Firestore example pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-firestore*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/module-couchbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Couchbase module pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-couchbase*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/module-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: K3s module pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-k3s*.xml"
paths: "**/TEST-unit*.xml"
if: always()
15 changes: 7 additions & 8 deletions .github/workflows/module-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: LocalStack module pipeline
on:
push:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"
pull_request:
paths-ignore:
- 'mkdocs.yml'
- 'docs/**'
- 'README.md'
- "mkdocs.yml"
- "docs/**"
- "README.md"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand All @@ -23,7 +23,6 @@ jobs:
go-version: [1.19.x, 1.x]
runs-on: "ubuntu-latest"
steps:

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
- name: Test Summary
uses: test-summary/action@4ee9ece4bca777a38f05c8fc578ac2007fe266f7
with:
paths: "**/TEST-localstack*.xml"
paths: "**/TEST-unit*.xml"
if: always()
Loading