Skip to content

Commit

Permalink
Merge pull request #71 from openpharma/dev
Browse files Browse the repository at this point in the history
update validation report action
  • Loading branch information
erblast authored Oct 2, 2024
2 parents c2d3e9b + 4d14a64 commit fa10836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:

- name: Build report 🏗
id: validation
uses: insightsengineering/thevalidatoR@main
uses: insightsengineering/thevalidatoR@v2
# see parameters above for custom templates and other formats

# Upload the validation report to the release
- name: Upload report to release 🔼
if: success()
uses: svenstaro/upload-release-action@v2
with:
file: ${{ steps.validation.outputs.report_output_filename }}
asset_name: ${{ steps.validation.outputs.report_output_filename }}
file: ./validation_report.pdf
asset_name: validation-report.pdf
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
overwrite: false
overwrite: true
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# simaerep 0.6.1
- set dplyr requirement to v1.1.0
- fix validation report action

# simaerep 0.6.0
- inframe method use table operations only, do not use visit_med75
Expand Down

0 comments on commit fa10836

Please sign in to comment.