Skip to content

Commit

Permalink
Add test reports to single job
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlmann committed Nov 13, 2024
1 parent 587ded1 commit 8299596
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/dagger-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: 'test'
- name: Test
uses: dagger/[email protected]
with:
verb: call
module: ci
args: test --dir=./
version: '0.14.0'
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
- name: Report
uses: dorny/[email protected]
with:
name: Minitests
path: test/reports/*.xml
reporter: java-junit
fail-on-empty: 'false'
fail-on-error: 'true'
6 changes: 0 additions & 6 deletions .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ jobs:
module: .
# Arguments to pass to CLI
args: ci-integration --dir=./
- name: Test Reporter
uses: dorny/[email protected]
with:
name: Minitests
path: test/reports/*.xml
reporter: java-junit

0 comments on commit 8299596

Please sign in to comment.