Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 7846fed

Browse files
committed
CI/CD: Maybe this?
1 parent fe46d26 commit 7846fed

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
bun clean
3232
bun biome check --formatter-enabled=true --linter-enabled=true --organize-imports-enabled=true --fix src --reporter=junit > lint.xml
3333
34-
- name: Publish Test Report
35-
uses: mikepenz/action-junit-report@v5
36-
if: success() || failure()
37-
with:
38-
report_paths: "*.xml"
39-
4034
- name: Start proxy
4135
run: |
4236
docker compose -f docker/docker-compose.dev.yaml up -d
@@ -50,7 +44,7 @@ jobs:
5044
uses: mikepenz/action-junit-report@v5
5145
if: success() || failure()
5246
with:
53-
report_paths: "*.xml"
47+
report_paths: "*/**/*.xml"
5448

5549
- name: Run Docker Build
5650
run: |

0 commit comments

Comments
 (0)