Skip to content

Commit c056250

Browse files
committed
chore: remove example workflow files
1 parent 857c80a commit c056250

File tree

11 files changed

+4
-326
lines changed

11 files changed

+4
-326
lines changed

.github/workflows/ai.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: summary-example
1+
name: cli
22

33
on:
44
push:
@@ -27,8 +27,3 @@ jobs:
2727
with:
2828
name: ctrf-report
2929
path: ctrf-reports/ctrf-report.json
30-
- name: Upload test results
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: custom-artifact-name
34-
path: ctrf-reports/ctrf-report-no-fails.json

.github/workflows/custom.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/detailed.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/failed.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/flaky.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/historical.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/previous-action.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@ jobs:
2323
with:
2424
report-path: './ctrf/*.json'
2525
previous-results-report: true
26+
upload-artifact: true
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
if: always()
29-
- name: Upload test results
30-
uses: actions/upload-artifact@v4
31-
with:
32-
name: ctrf-report
33-
path: ctrf-reports/ctrf-report.json
34-
- name: Upload test results
35-
uses: actions/upload-artifact@v4
36-
with:
37-
name: custom-artifact-name
38-
path: ctrf-reports/ctrf-report-no-fails.json
29+
if: always()

.github/workflows/skipped.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/suite.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)