Skip to content

Add test reports to single job #8

Add test reports to single job

Add test reports to single job #8

Workflow file for this run

name: 'Test'
on:
push:
branches:
- dagger-ci
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- 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'