Skip to content

Remove test reporter #10

Remove test reporter

Remove test reporter #10

Workflow file for this run

name: 'Full Dagger Pipeline'
on:
push:
branches:
- dagger-ci
jobs:
pipeline:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: 'pipeline'
uses: dagger/[email protected]
with:
# Dagger Version
version: 0.14.0
# Dagger CLI Flags
#dagger-flags: # optional, default is --progress plain
# CLI verb (call, run, download, up, functions, shell, query)
verb: call
# The working directory in which to run the Dagger CLI
workdir: .
# Dagger Cloud Token
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# Dagger module to call. Local or Git
module: .
# Arguments to pass to CLI
args: ci-integration --dir=./
# - name: Test Reporter
# uses: dorny/[email protected]
# with:
# name: JEST Tests # Name of the check run which will be created
# path: reports/jest-*.xml # Path to test results
# reporter: jest-junit # Format of test results