Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 26, 2023
1 parent 5cdee4a commit dc6c3c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Publish to Action
uses: dorny/test-reporter@v1
id: test-reporter
if: success() || failure() # run this step even if previous step failed
with:
name: Integration Tests
Expand All @@ -40,3 +41,9 @@ jobs:
reporter: 'mocha-json'
path: |
integration_tests/results.json
- name: Echo 'test-reporter' outputs
run: |
echo ${{join(steps.test-reporter.outputs.*, '\n')}}

0 comments on commit dc6c3c8

Please sign in to comment.