Skip to content

Commit

Permalink
fix action arg in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MIJOTHY committed Apr 27, 2022
1 parent 22870cf commit 888386a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
check_name: Example JUnit Test Report
report_paths: '**/surefire-reports/TEST-*.xml'
summary: '<table><thead><tr><th> Application (src/applications) </th></tr></thead><tbody><tr><td> test </td></tr></tbody></table>'
# Since the template delimiters used internally clash with those
# used by GitHub Actions, escape them by wrapping them in a GHA
# string expression
check_title_template: ${{ '${{SUITE_NAME}} | ${{TEST_NAME}}' }}
check_title_template: '{{SUITE_NAME}} | {{TEST_NAME}}'
- name: Test PyTest test import
uses: ./
if: endsWith(github.ref, 'main') == false
Expand Down

0 comments on commit 888386a

Please sign in to comment.