Skip to content

Commit

Permalink
pipeline and simple rep
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyash86 committed Nov 28, 2023
1 parent 657ebea commit 909c75e
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pubrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish Report

on:
push:
branches:
- test/pubrep

jobs:
publish_report:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Publish Report Artifact
uses: actions/upload-artifact@v2
with:
name: reports
path: report.xml
Loading

0 comments on commit 909c75e

Please sign in to comment.