Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
24 lines (20 loc) · 741 Bytes

File metadata and controls

24 lines (20 loc) · 741 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Run Stryker.NET with Dashboard Reporting
on:
schedule:
# Change the cron expression to your desired schedule. This example runs every Monday and Thursday at 2 AM.
- cron: '0 2 * * MON,THU'
timezone: 'Europe/Berlin'
workflow_dispatch:
inputs:
configurationFile:
description: 'Path to the Stryker configuration file'
required: false
default: 'stryker-config.json'
jobs:
all:
if: github.run_id != 1
name: Run Stryker.NET Mutation Testing
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140
with:
configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }}
secrets: inherit
Morty Proxy This is a proxified and sanitized view of the page, visit original site.