This commit is contained in:
Liam DeBeasi
2023-05-19 10:22:02 -04:00
parent 09f620be78
commit 7811dd1613
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ runs:
shell: bash
working-directory: ./core/test-reporter
- name: Generate Report
run: node dist/index.js ../../test-report-*/*.json
run: ls && cd dist && ls && cd ../ && node dist/index.js ../../test-report-*/*.json
shell: bash
working-directory: ./core/test-reporter
- uses: actions/github-script@v6

View File

@ -137,6 +137,7 @@ const generateRows = (specs: any) => {
return template;
}
console.log('starting')
generateReport().then((res) => {
console.log(res);
});